Created
July 25, 2020 15:38
-
-
Save ksdkamesh99/8bf37d5c7f79039373358624c4ffa9dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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