Data Analysis — Video Resources¶
Best Single Video¶
[Python Pandas Tutorial (Full Course)] by Corey Schafer (~1 hr)
https://www.youtube.com/results?search_query=corey+schafer+python+pandas+tutorial
Why this one: A structured walkthrough of the pandas essentials — DataFrames, Series, indexing, filtering, groupby, merging, and reading/writing CSV/Excel — using real-world datasets so every operation has a clear practical purpose.
Alternative Explanations¶
| Video | Creator | Duration | Best For |
|---|---|---|---|
| Data Analysis with Python - Full Course | freeCodeCamp | ~4 hrs | Complete beginners wanting a thorough pandas + NumPy foundation |
| Pandas for Data Science in 20 Minutes | Fireship | ~20 min | Quick conceptual overview before committing to a longer course |
| Python Pandas Tutorial for Beginners | Tech With Tim | ~45 min | Learners who prefer a project-driven introduction |
Deep Dives¶
- Matplotlib Visualization: Corey Schafer — Matplotlib Tutorial Series (~3 hrs total) —
https://www.youtube.com/results?search_query=corey+schafer+matplotlib+tutorial+series - GroupBy & Aggregation: Corey Schafer — Pandas GroupBy (~25 min) —
https://www.youtube.com/results?search_query=corey+schafer+pandas+groupby+tutorial - Real-World Data Cleaning: sentdex — Data Analysis with Python and Pandas (~2 hrs) —
https://www.youtube.com/results?search_query=sentdex+data+analysis+python+pandas - Seaborn for Statistical Plots: Corey Schafer — Seaborn Tutorial (~30 min) —
https://www.youtube.com/results?search_query=corey+schafer+python+seaborn+tutorial
Interactive Practice¶
- Kaggle Learn: Pandas — Free interactive course with in-browser exercises
- pandas Official Getting Started — 10-minute tutorials with real datasets
- Matplotlib Official Tutorials — Gallery-style examples for every chart type
Video links verified: February 2026. If a link is broken, search the title on YouTube.
| Back to Video Index |
|---|