Created
September 18, 2019 08:56
-
-
Save lakshay-arora/abc4a50083f3b1d6369617c5832fc6ea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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