Skip to content

Instantly share code, notes, and snippets.

@ageorgou
ageorgou / analyse_grades.py
Created June 23, 2022 16:35
Plot the distribution of commit frequency for multiple submissions (WIP)
# WIP! Have not tested with multiple submissions yet!
from pathlib import Path
import warnings
import matplotlib.pyplot as plt
import pandas as pd
def get_dates_from_file(dates_file) -> pd.Series: