Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 576342879
  • Loading branch information
blois authored and colaboratory-team committed Oct 25, 2023
1 parent 815ec02 commit 508e971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/colab/_reprs.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def _summarize_dataframe(df, variable_name):
return json.dumps(
{
'name': variable_name,
'rows': len(df),
'fields': columns,
},
indent=2,
Expand Down

0 comments on commit 508e971

Please sign in to comment.