Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Loading data in Python

Unzipping the dataset

First, unzip the dataset in your preferred folder:

$ unzip {dataset.zip}

Loading the data into Pandas dataframes

The logic to load the data into Pandas dataframes is shown in the pandas.ipynb notebook.

You can either download and run the notebook or use the Python code inside as a sample.