Skip to content

Instantly share code, notes, and snippets.

@ksdkamesh99
Created July 25, 2020 15:38
Show Gist options
  • Save ksdkamesh99/8bf37d5c7f79039373358624c4ffa9dd to your computer and use it in GitHub Desktop.
Save ksdkamesh99/8bf37d5c7f79039373358624c4ffa9dd to your computer and use it in GitHub Desktop.
#We use compare function to do EDA Comparision between 2 dataframes i.e train,test
compare_report=sv.compare(train,test)
# To display the analysis of this report you need to use show_html() from sweetviz library
compare_report.show_html()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment