🌐
GitHub
github.com › wesm › pydata-book
GitHub - wesm/pydata-book: Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media · GitHub
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media - wesm/pydata-book
Starred by 24.5K users
Forked by 15.7K users
Languages   Jupyter Notebook 99.9% | Python 0.1%
🌐
GitHub
github.com › PacktPublishing › Python-Data-Analysis-Third-Edition
GitHub - PacktPublishing/Python-Data-Analysis-Third-Edition: Python Data Analysis, Third Edition, Published by Packt
Students and academic faculties ... useful for learning and teaching Python data analysis using a hands-on approach. A basic understanding of math and working knowledge of the Python programming language will help you get started with this book.
Starred by 208 users
Forked by 189 users
Languages   Jupyter Notebook 97.4% | HTML 2.6% | Jupyter Notebook 97.4% | HTML 2.6%
🌐
Wes McKinney
wesmckinney.com › book
Python for Data Analysis, 3E
The code examples are MIT-licensed and can be found on GitHub or Gitee along with the supporting datasets. If you find the online edition of the book useful, please consider ordering a paper copy or a DRM-free eBook (in PDF and EPUB formats) to support the author. This web version of the book was created with the Quarto publishing system. The book has been updated for pandas 2.0.0 and Python ...
🌐
Python Data Science Handbook
jakevdp.github.io › PythonDataScienceHandbook
Python Data Science Handbook | Python Data Science Handbook
This website contains the full text of the Python Data Science Handbook by Jake VanderPlas; the content is available on GitHub in the form of Jupyter notebooks.
🌐
GitHub
github.com › aneesahmed › Books › blob › master › Python for Data Analysis 2nd edition.pdf
Books/Python for Data Analysis 2nd edition.pdf at master · aneesahmed/Books
This books is is very helpful for coding . Contribute to aneesahmed/Books development by creating an account on GitHub.
Author   aneesahmed
🌐
GitHub
github.com › davidrpugh › python-for-data-analysis
GitHub - davidrpugh/python-for-data-analysis: Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media - davidrpugh/python-for-data-analysis
Starred by 30 users
Forked by 12 users
Languages   Jupyter Notebook 99.9% | Python 0.1% | Jupyter Notebook 99.9% | Python 0.1%
🌐
GitHub
github.com › EvanLi › programming-book-3 › blob › master › Python › Python for Data Analysis - Wes McKinney.pdf
programming-book-3/Python for Data Analysis - Wes McKinney.pdf at master · EvanLi/programming-book-3
Programming books 3: Python、 Machine-Learning、 Deep-Learning、 NLP - programming-book-3/Python for Data Analysis - Wes McKinney.pdf at master · EvanLi/programming-book-3
Author   EvanLi
Find elsewhere
🌐
GitHub
github.com › anishLearnsToCode › books › blob › master › python › python-for-data-analysis-2e.pdf
books/python/python-for-data-analysis-2e.pdf at master · anishLearnsToCode/books
A collection of Mathematics + CS + what have you related books collected over the years for school 🎓 and personal reading 📚. - books/python/python-for-data-analysis-2e.pdf at master · anishLearnsToCode/books
Author   anishLearnsToCode
🌐
GitHub
github.com › cuttlefishh › python-for-data-analysis
GitHub - cuttlefishh/python-for-data-analysis: An introduction to data science using Python and Pandas with Jupyter notebooks · GitHub
Python for Data Analysis 2nd Edition by Wes McKinney (O'Reilly) -- Manual focused on Pandas, the popular Python package for data analysis, by its creator.
Starred by 888 users
Forked by 340 users
Languages   Jupyter Notebook
🌐
GitHub
github.com › pymupdf › PyMuPDF
GitHub - pymupdf/PyMuPDF: PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents. · GitHub
PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents. - pymupdf/PyMuPDF
Starred by 9.5K users
Forked by 712 users
Languages   Python 65.0% | SWIG 34.3%
🌐
GitHub
github.com › GPrasadDataScience › Python-for-Data-Analysis-2nd-Edition-wes-McKinney
GitHub - GPrasadDataScience/Python-for-Data-Analysis-2nd-Edition-wes-McKinney · GitHub
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
Starred by 6 users
Forked by 11 users
Languages   Jupyter Notebook
🌐
GitHub
github.com › PacktPublishing › Python-Data-Analysis-Second-Edition
GitHub - PacktPublishing/Python-Data-Analysis-Second-Edition: Python Data Analysis Second Edition by Packt
import pandas as pd from numpy.random import seed from numpy.random import rand from numpy.random import rand_int import numpy as np seed(42) df = pd.DataFrame({'Weather' : ['cold', 'hot', 'cold', 'hot', 'cold', 'hot', 'cold'], 'Food' : ['soup', 'soup', 'icecream', 'chocolate', 'icecream', 'icecream', 'soup'], 'Price' : 10 * rand(7), 'Number' : rand_int(1, 9,)}) print(df) The code examples in this book should work on most modern operating systems. For all chapters, Python > 3.5.0 and pip3 is required.
Starred by 70 users
Forked by 57 users
Languages   Jupyter Notebook 56.3% | C 37.5% | Python 4.3% | HTML 1.2% | Cython 0.2% | C++ 0.2% | Jupyter Notebook 56.3% | C 37.5% | Python 4.3% | HTML 1.2% | Cython 0.2% | C++ 0.2%
🌐
GitHub
github.com › AAAAAIstudy › bookshelf-1 › blob › main › AI › Data Analysis with Python and PySpark.pdf
bookshelf-1/AI/Data Analysis with Python and PySpark.pdf at main · AAAAAIstudy/bookshelf-1
Virtual bookshelf for math and computer science. Contribute to AAAAAIstudy/bookshelf-1 development by creating an account on GitHub.
Author   AAAAAIstudy
🌐
GitHub
github.com › mebauer › data-analysis-using-python
GitHub - mebauer/data-analysis-using-python: Data Analysis Using Python: A Beginner’s Guide Featuring NYC Open Data.
These collection of notebooks serve as references and user guides for how to apply Python to real-world Data Analysis projects. The repository features notebooks that will utilize the Python programming language and datasets from NYC Open Data.
Starred by 270 users
Forked by 46 users
Languages   Jupyter Notebook 100.0% | Jupyter Notebook 100.0%
🌐
GitHub
github.com › PacktPublishing › Mastering-Python-Data-Analysis
GitHub - PacktPublishing/Mastering-Python-Data-Analysis: Mastering-Python-Data-Analysis
Each chapter consists of a number ... analysis from start to finish. ... If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost....
Starred by 83 users
Forked by 75 users
Languages   Jupyter Notebook 100.0% | Jupyter Notebook 100.0%