end of project commit

main
Nikola Sebastian Munder 2026-01-19 10:18:18 +01:00
parent 22433932d9
commit c2cded61d7
5 changed files with 20476 additions and 19832 deletions

View File

@ -16,7 +16,7 @@ def main():
print(".", end="", flush=True) print(".", end="", flush=True)
max_df = pd.concat(dfs, ignore_index=True) max_df = pd.concat(dfs, ignore_index=True)
max_df.to_csv("../data/processed/hourly_bikes_all.csv", index=False)
# Mannheim subset # Mannheim subset
df_ma = max_df[max_df["domain_name"] == "Stadt Mannheim"] df_ma = max_df[max_df["domain_name"] == "Stadt Mannheim"]
df_ma.to_csv("../data/processed/hourly_bikes_mannheim.csv", index=False) df_ma.to_csv("../data/processed/hourly_bikes_mannheim.csv", index=False)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -164,9 +164,9 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "dat_projekt", "display_name": "dat (3.12.3)",
"language": "python", "language": "python",
"name": "dat_projekt" "name": "python3"
}, },
"language_info": { "language_info": {
"codemirror_mode": { "codemirror_mode": {