Skip to content

Instantly share code, notes, and snippets.

@ksdkamesh99
Created July 25, 2020 15:32
Show Gist options
  • Select an option

  • Save ksdkamesh99/8fa6267bba4af8c08a8fa90cb8a31910 to your computer and use it in GitHub Desktop.

Select an option

Save ksdkamesh99/8fa6267bba4af8c08a8fa90cb8a31910 to your computer and use it in GitHub Desktop.
# analyze the train dataframe using analyze() function
report=sv.analyze(train)
# To display the analysis of this dataframe you need to use show_html() from sweetviz library
report.show_html()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment