Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 630 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 630 Bytes

Summary Statistics and Data Exploration

In this quick tutorial, we will explore how to use Pandas to do data exploration and form hypotheses on four different datasets, using the power combo of Pandas + Statsmodels (which is essentially R in Python syntax).

The tutorial is an iPython notebook for demonstration. If you have iPython installed, you can run the tutorial locally with the following command:

~$ ipython notebook anscombe.ipynb

If you don't have iPython, you can install it as follows:

~$ pip install ipython[all]

Or you can view the tutorial on nbviewer, which is not interactive.