8c49cb6 d048ec3
1
2
3
4
5
6
import pandas as pd def get_leaderboard_df(results_path: str) -> pd.DataFrame: return pd.read_csv(results_path)