You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using df.head(), we actually intend to see the general picture of the dataframe, so for this stage, it would be more useful if we present some figures from the df._ipython_display_()
The text was updated successfully, but these errors were encountered:
leijie-wang
changed the title
[[Visualization for functions]
[[Visualization for functions] Improve upon the visualization for df.head()Jul 16, 2021
leijie-wang
changed the title
[[Visualization for functions] Improve upon the visualization for df.head()
[Visualization for functions] Improve upon the visualization for df.head()Jul 16, 2021
When using
df.head()
, we actually intend to see the general picture of the dataframe, so for this stage, it would be more useful if we present some figures from thedf._ipython_display_()
The text was updated successfully, but these errors were encountered: