Skip to content

Instantly share code, notes, and snippets.

@alfranz
Created October 24, 2019 20:48
Show Gist options
  • Save alfranz/b01f8f319e8641e62fe9314f1c6a6f4b to your computer and use it in GitHub Desktop.
Save alfranz/b01f8f319e8641e62fe9314f1c6a6f4b to your computer and use it in GitHub Desktop.
import numpy as np
import pandas as pd
df = pd.read_csv("some/path/foo.csv")
print(df.head)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment