import pandas as pd def get_leaderboard_df(results_path: str) -> pd.DataFrame: return pd.read_csv(results_path)