Created
November 8, 2020 21:11
-
-
Save Kamaldeep0077/05a6de2cf5fcf61208b666410fa37bcf 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 | |
import numpy as np | |
#Importing and printing data | |
data = pd.read_csv('train.csv') | |
data.head() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in need train.csv file