Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created September 18, 2019 08:56
Show Gist options
  • Save lakshay-arora/abc4a50083f3b1d6369617c5832fc6ea to your computer and use it in GitHub Desktop.
Save lakshay-arora/abc4a50083f3b1d6369617c5832fc6ea to your computer and use it in GitHub Desktop.
# importing libraries
import pandas as pd
data = pd.read_csv('school.csv')
data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment