Skip to content

Instantly share code, notes, and snippets.

@Kamaldeep0077
Created November 8, 2020 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 Kamaldeep0077/05a6de2cf5fcf61208b666410fa37bcf to your computer and use it in GitHub Desktop.
Save Kamaldeep0077/05a6de2cf5fcf61208b666410fa37bcf to your computer and use it in GitHub Desktop.
#Importing libraries
import pandas as pd
import numpy as np
#Importing and printing data
data = pd.read_csv('train.csv')
data.head()
@Salehmsa
Copy link

in need train.csv file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment