After 90 min: A working predictive model that forecasts outcomes based on historical data
Analyze Data with Python Pandas
After 90 min: Insights extracted from a dataset with visualizations and statistical analysis
What you need
The 90-Minute Plan
Install pandas using pip. Import it in Jupyter and understand DataFrames.
Load a CSV file with pandas. Use head(), info(), describe() to understand your data.
Remove null values, handle duplicates, and standardize data formats.
Calculate statistics, group data, and create charts using matplotlib or seaborn.
Write conclusions from your analysis. Share your notebook. Next: explore machine learning.
Start with small datasets. Understand your data before jumping to analysis. Document assumptions.
You might also try
After 90 min: A production ML system that automatically trains, evaluates, and deploys models
After 90 min: A working Python program that solves a real problem
After 90 min: A live webpage about your interests visible in a browser