AgastyaPatel / pydata-book

Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This repo is used to host the playground for python data analysis libraries

I'll be following Wes Mckinney's 3rd edition - Python for Data Analysis; which desals with data wrangling and analysis using standard python ML libraries. Book deals with Tabular data in different forms, multi - dimm arrays, sql tables and time series Libraries used:

  • NumPy
  • pandas
  • matplotlib
  • IPython and Jupyter
  • SciPy
  • scikit-learn
  • statsmodel

Env Setup

conda config --add channels conda-forge
conda config --set channel_priority strict

conda create -y -n pydata-book python=3.10
conda activate pydata-book

Python for Data Analysis, 3rd Edition

Materials and IPython notebooks for "Python for Data Analysis, 3rd Edition" by Wes McKinney, published by O'Reilly Media. Book content including updates and errata fixes can be found for free on my website.

Buy the book on Amazon

Follow Wes on Twitter: Twitter Follow

2nd Edition Readers

If you are reading the 2nd Edition (published in 2017), please find the reorganized book materials on the 2nd-edition branch.

1st Edition Readers

If you are reading the 1st Edition (published in 2012), please find the reorganized book materials on the 1st-edition branch.

IPython Notebooks:

License

Code

The code in this repository, including all code samples in the notebooks listed above, is released under the MIT license. Read more at the Open Source Initiative.

About

Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media

License:Other


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%