Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamdivazim/examresultsjupyter
A project I made back in 2021! Plots graphs using csv data.
https://github.com/hamdivazim/examresultsjupyter
graphing ipython-notebook jupyter-notebook matplotlib matplotlib-pyplot numpy pandas seaborn table
Last synced: 3 days ago
JSON representation
A project I made back in 2021! Plots graphs using csv data.
- Host: GitHub
- URL: https://github.com/hamdivazim/examresultsjupyter
- Owner: hamdivazim
- License: apache-2.0
- Created: 2023-05-06T10:59:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-06T11:10:07.000Z (over 1 year ago)
- Last Synced: 2024-10-12T14:43:46.795Z (about 1 month ago)
- Topics: graphing, ipython-notebook, jupyter-notebook, matplotlib, matplotlib-pyplot, numpy, pandas, seaborn, table
- Language: Jupyter Notebook
- Homepage:
- Size: 233 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exam Results Jupyter
A project I made back in 2021! Plots graphs using csv data.
##### Prerequsites
You will need:
* `numpy`
* `pandas`
* `seaborn`
* `matplotlib`
* IPYNB Kernel## What does it do?
Using `ExamResults.csv` (which by the way you can play around with), this Jupyter Notebook generates 4 bar charts using `matplotlib` and a line graph (`'catplot'`) using `seaborn`. At the start, it also uses `pandas` to add two new columns to the table it generates from the `csv`: 'Pass/Fail' which is determined by overall mark and current year/grade, and 'Grading', which is one of `['F', 'C', 'B', 'A', 'A*']` based on overall mark.