Skip to content

Collection of my notes on "Python Data Science Handbook: Essential Tools for Working with Data" by Jake VanderPlas.

Notifications You must be signed in to change notification settings

jerrychen751/python-data-science-handbook-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python Data Science Study Notes

Comprehensive set of notes/code covering the core Python data science stack from a structured learning book.

πŸ“š Content Overview

  • Chapter 2: NumPy - Array operations, indexing, filtering, and numerical computing
  • Chapter 3: Pandas - Data manipulation, cleaning, aggregation, and time series analysis
  • Chapter 4: Matplotlib - Data visualization, plotting, and statistical graphics
  • Chapter 5: Machine Learning - (in development)

πŸ“ Structure

data_analysis/
β”œβ”€β”€ ch2-numpy/          # NumPy fundamentals
β”œβ”€β”€ ch3-pandas/         # Pandas data analysis
β”œβ”€β”€ ch4-matplotlib/     # Data visualization
β”œβ”€β”€ ch5-mach-learning/  # ML fundamentals
└── data/              # Example datasets

About

Collection of my notes on "Python Data Science Handbook: Essential Tools for Working with Data" by Jake VanderPlas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published