Closed CarlosGDCJ closed 1 year ago
@eliandata Just created this issue to register that you were doing it. You could have said that you were working on this in the Slack channel.
Closed by e16e221
Actually @eliandata, your notebook is in the wrong place. Can you move it to src/weather/visualization
, and change it to read the data directly from data/weather/open_meteo.csv
?
Actually @eliandata, your notebook is in the wrong place. Can you move it to
src/weather/visualizations
, and change it to read the data directly fromdata/weather/open_meteo.csv
?
Try to get a better sense of the data by creating a notebook with visualizations. Open-meteo data is located in the folder
data/weather
in a file calledopen_meteo.csv
. It contains historical weather data since 2010 from 10 cities all around Myanmar.You can check the meaning of all variables in the picture below:
The visualization notebook you create should be placed in the folder
src/weather/visualizations
.