Data Analysis Report Generator

Intermediate Data High

Upload a CSV file and automatically generate a summary report with statistics, missing value counts, and basic charts. A practical project for learning data wrangling and pandas.

Download Starter Code

Features

  • Load and inspect CSV files
  • Show column types and null counts
  • Calculate mean, median, and mode per column
  • Generate bar charts for categorical data

Project Roadmap

Follow these steps in order. Each one builds on the previous.

0% completed

Helpful Resources

Starter Code

Loading starter code...