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

INTRODUCTION

We'll use the Cambridge Crime 2009-2016 dataset for our analysis. You can find the raw data here: https://query.data.world/s/d4je5crtjeezijfa6j7oo5lov6ejxd

There are several options for getting the dataset into Jupyter:

Download the CSV manually and upload it via Jupyter's GUI
Use the urlretrieve function from the urllib.request to download CSV files from a raw URL directly
Use a helper library e.g. opendatasets, which contains a collection of curated datasets and provides a function for directly download.

As a first step, let's upload our Jupyter notebook to Jovian.ml.

project_name = "Course Project- Cambride Crime dataset Analysis" 
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name)
[jovian] Attempting to save notebook.. [jovian] Updating notebook "abhijeet-chatterjee2019/course-project-cambride-crime-dataset-analysis" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/abhijeet-chatterjee2019/course-project-cambride-crime-dataset-analysis