Skip to content

Instantly share code, notes, and snippets.

@ogyalcin
Created August 2, 2018 11:37
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 ogyalcin/ead1286a0234eae3af714607df6cdc2d to your computer and use it in GitHub Desktop.
Save ogyalcin/ead1286a0234eae3af714607df6cdc2d to your computer and use it in GitHub Desktop.
Importing Numpy and Pandas & Reading CSV Files
import numpy as np
import pandas as pd
train = pd.read_csv("train.csv")
test = pd.read_csv("test.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment