end of project commit
parent
22433932d9
commit
c2cded61d7
|
|
@ -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
1034
notebooks/bikes.html
1034
notebooks/bikes.html
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue