Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Last active April 12, 2020 17:22
Show Gist options
  • Save SubhadityaMukherjee/0927d3b99e06b820cc4de43e4c2fdb6b to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/0927d3b99e06b820cc4de43e4c2fdb6b to your computer and use it in GitHub Desktop.
dataread
import pandas as pd
import numpy as np
import seaborn as sns

df = pd.read_csv("speed-dating-experiment/Speed Dating Data.csv", encoding="ISO-8859-1")
df.head(10) #shows the first 10 rows
df.shape # gives rows and columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment