Python for Data Analysis: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=Internal= | =Internal= | ||
* [[ | * [[Python_Engineering#Subjects|Python Engineering]] | ||
* [[Statistical_Concepts|Statistical Concepts]] | |||
=Overview= | =Overview= | ||
This article is loosely based on [https://www.amazon.com/Python-Data-Analysis-Wrangling-Jupyter/dp/109810403X/ Python for Data Analysis: Data Wrangling with pandas, NumPy, and Jupyter 3rd Edition] by Wes McKinney. | This article is loosely based on [https://www.amazon.com/Python-Data-Analysis-Wrangling-Jupyter/dp/109810403X/ Python for Data Analysis: Data Wrangling with pandas, NumPy, and Jupyter 3rd Edition] by Wes McKinney. |
Revision as of 22:46, 14 May 2024
External
- Python for Data Analysis: Data Wrangling with pandas, NumPy, and Jupyter 3rd Edition by Wes McKinney
Internal
Overview
This article is loosely based on Python for Data Analysis: Data Wrangling with pandas, NumPy, and Jupyter 3rd Edition by Wes McKinney.