Skip to content

Commit

Permalink
Improve table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlevy1981 committed Dec 5, 2024
1 parent eff58b9 commit 5c20647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nblibrary/atm/link_to_ADF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"comparison_table = os.path.join(adf_root, \"amwg_table_comp.csv\")\n",
"if os.path.isfile(comparison_table):\n",
" table = pd.read_csv(comparison_table)\n",
" display(HTML(table.to_html(index=False)))"
" display(HTML(table.to_html(index=False, float_format=\"{:6g}\".format)))"
]
},
{
Expand Down

0 comments on commit 5c20647

Please sign in to comment.