Skip to content

Instantly share code, notes, and snippets.

@sukanyabag
Created August 13, 2020 17:07
Show Gist options
  • Save sukanyabag/987e96edef5c73cc9f795a74736af6b3 to your computer and use it in GitHub Desktop.
Save sukanyabag/987e96edef5c73cc9f795a74736af6b3 to your computer and use it in GitHub Desktop.
Importing pandas and sweetviz library
#import the pandas and sweetviz library. Make sure both are installed in your system properly.
# if not, pass the command 'pip install pandas' and 'pip install sweetviz'
import pandas as pd
import sweetviz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment