Skip to content

Instantly share code, notes, and snippets.

@karanjagota
Created July 5, 2019 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karanjagota/6c367ff0fd557e0a996bd50cf8e83c0c to your computer and use it in GitHub Desktop.
Save karanjagota/6c367ff0fd557e0a996bd50cf8e83c0c to your computer and use it in GitHub Desktop.
gist for my medium blogs ...
# importing package ..
import pandas as pd
# reading a csv file and applying basic methods to look at the given data.
df = pd.read_csv('auto.csv')
df.head()
df.shape()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment