A Python 3 class project that analyzes a set of Kaggle student data. Allows the user to pick different charts and stats.
- Scatter Plot: Compares student attendence with student scores
- Bar Chart: Compares students' social media hours with their attendance
- Statistic: Does having a job affect attendance?
- Statistic: Does gender affect a student's study hours?
Built with Python, Matplotlib
pip install matplotlib
python student-performance-analysis.pyPick from the menu to see a chart or stat
- Data manipulation with python
- Turning semi-structured data into meaningful information