Skip to content

Instantly share code, notes, and snippets.

@CaptainAshis
Created September 25, 2018 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CaptainAshis/9728771671352f9acfca85cc3eb21e3e to your computer and use it in GitHub Desktop.
Save CaptainAshis/9728771671352f9acfca85cc3eb21e3e to your computer and use it in GitHub Desktop.
ros_display fastai
for t in tables: display(t.head())
# The following returns summarized aggregate information to each table accross each field.
for t in tables: display(DataFrameSummary(t).summary())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment