File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ We will now import and explore the weather data-set:
59
59
## Load the data
60
60
If you have not downloaded the data yet, you can also load it directly from Zenodo:
61
61
``` python
62
+ import pandas as pd
62
63
data = pd.read_csv(" https://zenodo.org/record/5071376/files/weather_prediction_dataset_light.csv?download=1" )
63
64
```
64
65
Original file line number Diff line number Diff line change 7
7
"workshops.md" "ba594ced8acc714eb6785d1c63191bb8" "site/built/workshops.md" "2025-05-07"
8
8
"episodes/1-introduction.md" "8dabfa4853b660c8bfcb0aea5f435029" "site/built/1-introduction.md" "2025-02-11"
9
9
"episodes/2-keras.md" "ebddf0ec35a0e97735a1ea7f1d204a40" "site/built/2-keras.md" "2025-02-11"
10
- "episodes/3-monitor-the-model.md" "93984f2bd862ddc2f10ba6749950b719 " "site/built/3-monitor-the-model.md" "2025-02-11 "
10
+ "episodes/3-monitor-the-model.md" "9670d999772de1cc2a5b4ec16a996acc " "site/built/3-monitor-the-model.md" "2025-05-15 "
11
11
"episodes/4-advanced-layer-types.md" "97b49e9dad76479bcfe608f0de2d52a4" "site/built/4-advanced-layer-types.md" "2025-02-11"
12
12
"episodes/5-transfer-learning.md" "5808f2218c3f2d2d400e1ec1ad9f1f3c" "site/built/5-transfer-learning.md" "2025-02-11"
13
13
"episodes/6-outlook.md" "007728216562f3b52b983ff1908af5b7" "site/built/6-outlook.md" "2025-02-11"
You can’t perform that action at this time.
0 commit comments