Created
July 25, 2020 15:32
-
-
Save ksdkamesh99/8fa6267bba4af8c08a8fa90cb8a31910 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
| # 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