Skip to content

yadav-vikas/Pandas-tutorial-for-beginners

Repository files navigation

Pandas Tutorial

This repository contains the material (notebooks, data) for the pandas tutorial

Requirements to run this tutorial

To follow this tutorial you need to have the following packages installed:

You can install all this modules using Pip module

pip install module_name #

OR you can simply run

pip install requirements.txt

It will add all modules at once.

Once this is installed, the following command will install all required packages in your Python environment:

conda install pandas jupyter seaborn

But of course, using another distribution (e.g. Enthought Canopy) or pip is good as well, as long as you have the above packages installed.

Downloading the materials

If you have git installed, you can get the material in this tutorial by cloning this repo:

git clone https://github.com/jorisvandenbossche/pandas-tutorial.git

As an alternative, you can download it as a zip file: https://github.com/jorisvandenbossche/pandas-tutorial/archive/master.zip.

All the data files are inside the repo, do make sure to get it.

Content

To view the content on nbviewer: