Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created September 20, 2017 05:56
Show Gist options
  • Save infinite-Joy/7a1683a01c04883d6c8924261ca66406 to your computer and use it in GitHub Desktop.
Save infinite-Joy/7a1683a01c04883d6c8924261ca66406 to your computer and use it in GitHub Desktop.
import pandas as pd
data = "./suicides.csv"
df = pd.read_csv(data)
print(df.head())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment