Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Last active September 20, 2021 17:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aniruddha27/30c99485c9b4662ce8e2d60c6d04be45 to your computer and use it in GitHub Desktop.
Save aniruddha27/30c99485c9b4662ce8e2d60c6d04be45 to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
df = pd.read_csv(r'C:\Users\Dell\Desktop\train_big_mart.csv')
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment