Created
March 14, 2021 21:55
-
-
Save GabrielSGoncalves/44010e7773d1eab688a1eebe38e79b05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scorecard_summary = scorecard.table(style="detailed").round(3) | |
scorecard_summary.to_csv('scorecard_table_detailed.csv', index=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment