Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created August 19, 2019 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lakshay-arora/b0ee0f4c62306274fd719b9957c84197 to your computer and use it in GitHub Desktop.
Save lakshay-arora/b0ee0f4c62306274fd719b9957c84197 to your computer and use it in GitHub Desktop.
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