Created
August 19, 2019 13:43
-
-
Save lakshay-arora/b0ee0f4c62306274fd719b9957c84197 to your computer and use it in GitHub Desktop.
This file contains 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
import pandas as pd | |
import pandas_profiling | |
# read the dataset | |
data = pd.read_csv('add-your-data-here') | |
pandas_profiling.ProfileReport(data) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment