Skip to content

Instantly share code, notes, and snippets.

@xordux
Created December 26, 2019 14:32
Show Gist options
  • Save xordux/c5f8c87298da0f1a371290adab106c68 to your computer and use it in GitHub Desktop.
Save xordux/c5f8c87298da0f1a371290adab106c68 to your computer and use it in GitHub Desktop.
import pandas as pd
# using Kaggle's famous Titanic Dataset below
data = pd.read_csv("train.csv")
profile = data.profile_report(title='Titanic Dataset Profile')
profile.to_file(output_file="output.html")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment