A Python Data Science project that reads student marks from a CSV file, calculates total scores, assigns grades, and visualizes performance using bar and pie charts.
- Python
- Pandas
- Matplotlib
- Jupyter Notebook
- VS Code
- Git & GitHub
β
Read marks from CSV
β
Compute total and average
β
Assign grades automatically
β
Visualize data using graphs
- Clone the repo
- Run the notebook in VS Code or Jupyter
- See the results in the dashboard!
"A beginner friendly Data Science project built with Python that processes student marks from a CSV file, calculates totals and averages, assigns gradesautomatically and visualizes results with insightful charts" Great example of data analysis and visualization using Pandas and Matplotlib!