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

practice

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="Rain in Australia")
[jovian] Detected Colab notebook... [jovian] Uploading colab notebook to Jovian... Committed successfully! https://jovian.ai/awariabhishek12345/rain-in-australia
!pip install opendatasets --upgrade --quiet
import opendatasets as od
url='https://www.kaggle.com/jsphyg/weather-dataset-rattle-package'
## https://www.kaggle.com/jsphyg/weather-dataset-rattle-package taken from kaggle