Skip to content

Instantly share code, notes, and snippets.

@FelixChop
Created February 25, 2020 11:09
Show Gist options
  • Select an option

  • Save FelixChop/ddf1fc5bc5b7644df456c4ec23aae325 to your computer and use it in GitHub Desktop.

Select an option

Save FelixChop/ddf1fc5bc5b7644df456c4ec23aae325 to your computer and use it in GitHub Desktop.
from pandas_profiling import ProfileReport
profile = ProfileReport(data, progress_bar=True)
profile.to_notebook_iframe()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment