Skip to content

Instantly share code, notes, and snippets.

@parulnith
Last active October 24, 2018 01:24
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 parulnith/ed2749dd14c574c67bb3ca15d2cf7c13 to your computer and use it in GitHub Desktop.
Save parulnith/ed2749dd14c574c67bb3ca15d2cf7c13 to your computer and use it in GitHub Desktop.
# Importing the libraries
import pandas as pd
# read the training data and store data in DataFrame titled housing_data
housing_data = pd.read_csv('../Desktop/iowa_housing/train.csv')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment