Skip to content

Instantly share code, notes, and snippets.

@dmarinere
Created August 29, 2020 15:22
Show Gist options
  • Save dmarinere/8411a3329ee7597fc6bdce5ac17a2d48 to your computer and use it in GitHub Desktop.
Save dmarinere/8411a3329ee7597fc6bdce5ac17a2d48 to your computer and use it in GitHub Desktop.
Creating a Data Frame
#Importing the data
link = "https://raw.githubusercontent.com/dmarinere/PredictingLikelyCustomerPurchase/master/data/bank-additional-full.csv?token=AOJHPSU3UN73IBF7M7BWUUK7KOEDW"
data=pd.read_csv(link,delimiter=';')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment