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
Last active
April 12, 2020 17:22
-
-
Save SubhadityaMukherjee/0927d3b99e06b820cc4de43e4c2fdb6b to your computer and use it in GitHub Desktop.
dataread
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment