This is a small script that calculates teams grades, based on csv using pandas library.
- Clone the repository
- Install the requirements
- Run the script
git clone
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python calculate_grades.py