Beginner Level Projects of DataFrame
Intermediate Level Projects
7️⃣ Project: Stock Market Trend Analysis
Objective: Compare Open, Close prices + Moving Average.
Concepts Used:
-
Time-series indexing
-
Rolling window
-
Multiple line plots
Example Code:
8️⃣ Project: Weather Data – Heatmap
Objective: Show temperature of 12 months & 30 days in a heatmap.
Concepts Used: Pivot table, .imshow(), color mapping.
Example Code:
9️⃣ Project: Advanced Sales Dashboard (Bar + Line + Pie)
Objective: Build a mini dashboard using matplotlib subplots.
Concepts Used:
-
Subplots
-
Aggregation
-
Advanced plotting
Example Code:
No comments:
Post a Comment