Skip to content

Instantly share code, notes, and snippets.

@sukanyabag
Created August 13, 2020 17:29
Show Gist options
  • Save sukanyabag/a909092c7e3ca73035ac0040659f571d to your computer and use it in GitHub Desktop.
Save sukanyabag/a909092c7e3ca73035ac0040659f571d to your computer and use it in GitHub Desktop.
Analyzing a single dataframe
#create a variable called report.
report = sweetviz.analyze([train,"Train"], target_feat = 'SalePrice')
# creating the report as a html file to view and study the exploratory data analysis.
report.show_html('Report.html')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment