Skip to content

Instantly share code, notes, and snippets.

@sukanyabag
Created August 27, 2020 20:03
Show Gist options
  • Save sukanyabag/1bf186501d7c0512e975ab36567e8512 to your computer and use it in GitHub Desktop.
Save sukanyabag/1bf186501d7c0512e975ab36567e8512 to your computer and use it in GitHub Desktop.
df = pd.read_csv(FILE_PATH)
print(df.shape)
df = pd.read_csv(FILE_PATH)
print(df.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment