Skip to content

Instantly share code, notes, and snippets.

@angersa
angersa / grade_csv.py
Last active February 9, 2020 21:49 — forked from JnyJny/grade_csv.py
Compile Student Grades from CSV Data
#!/usr/bin/env python3
import click
import numpy as np
import matplotlib.pyplot as plt
import pandas as pd
# Requirements:
# python3 -m pip install -U click pandas matplotlib numpy xlwt