Skip to content

Files

Latest commit

 

History

History
78 lines (66 loc) · 8.37 KB

File metadata and controls

78 lines (66 loc) · 8.37 KB

Data Analysis Resources

Python for Data Analysis

Pandas

Documentation and Official Tutorials

(Unofficial) Tutorials

Guides

Videos

Pandas Exercises

  • 101 Pandas Exercises for Data Analysis - 101 python pandas exercises are designed to challenge your logical muscle and to help internalize data manipulation with python’s favorite package for data analysis. The questions are of 3 levels of difficulties with L1 being the easiest to L3 being the hardest.
  • Pandas Exercises on w3resource
  • Pandas Exercises - practice your pandas skills: a repo with exercises to practice Pandas.
  • 100 Pandas Puzzles - 100 data puzzles for pandas, ranging from short and simple to super tricky.

Exploratory Data Analysis

Statistics in Python

NumPy

NumPy Exercises

Books (Python for Data Analysis)