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

georgetown-analytics/anscombe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Introduction to summary statistics and data exploration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published