add graph for verkehrsaufkommen nach städten

main
Nikola Sebastian Munder 2026-01-07 18:10:58 +01:00
parent fe1bfd6aa8
commit a9e03c46d0
2 changed files with 138 additions and 66 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 13,
"id": "d6fa6fc8",
"metadata": {},
"outputs": [],
@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 12,
"id": "a2f9a292",
"metadata": {},
"outputs": [
@ -66,7 +66,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 11,
"id": "623979f9",
"metadata": {},
"outputs": [
@ -146,14 +146,6 @@
"de_holidays = holidays.Germany(years=2023) # For Germany, for example\n",
"df['is_holiday'] = df['timestamp'].dt.date.isin(de_holidays.keys()).astype(int)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0eb01368",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {