Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created March 16, 2020 09:19
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 aniruddha27/685b22c9ad2acfd8328fa91fd76a5d3e to your computer and use it in GitHub Desktop.
Save aniruddha27/685b22c9ad2acfd8328fa91fd76a5d3e to your computer and use it in GitHub Desktop.
train = pd.read_csv('/kaggle/input/house-prices-advanced-regression-techniques/train.csv')
test = pd.read_csv('/kaggle/input/house-prices-advanced-regression-techniques/test.csv')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment