Skip to content

codekavi/stat-analysis-for-beginners

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Python 3.4.3 or later required.

If you use virtualenv, create virtualenv and activate it.

$ virtualenv --no-site-packages venv
$ source venv/bin/activate

To install required package, run pip install as follows

$ pip install -r requirements.txt

Run scripts

$ ipython --matplotlib
In [1]: %run chapter/ch1_1.py

To clean namespace in IPython interactive session, run %reset magic command.

In [2]: %reset -f

About

Python Examples of Statistical Analysis using pandas, NumPy and others

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%