Learn practical skills, build real-world projects, and advance your career

weather-analysis

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="weather-analysis")
[jovian] Updating notebook "aditya2r2/weather-analysis" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/aditya2r2/weather-analysis
import pandas as pd
from urllib.request import urlretrieve