We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c827611 commit 4f64ebdCopy full SHA for 4f64ebd
ci/eval/compare/cmp-stats.py
@@ -60,6 +60,7 @@ def load_all_metrics(directory: Path) -> dict:
60
return metrics
61
62
def dataframe_to_markdown(df: pd.DataFrame) -> str:
63
+ df = df.sort_values(by=df.columns[0], ascending=True)
64
markdown_lines = []
65
66
# Header (get column names and format them)
0 commit comments