kaggle-for-fun icon indicating copy to clipboard operation
kaggle-for-fun copied to clipboard

Add sample / test data / instructions where needed

Open lenguyenthedat opened this issue 8 years ago • 3 comments

Suggestion:

  • Run through each project in this repo
  • If sample data not present, download from kaggle page for the challenge
  • Take first 1000 rows of data and put in data/ folder
  • Try running the script!

Have fun!

Note: Please state which one you are working on so we don't duplicate efforts 😄

lenguyenthedat avatar Oct 08 '17 10:10 lenguyenthedat

I am tryign this one!

linette715 avatar Oct 08 '17 10:10 linette715

The gitignore file ignores the data that the code is looking for. Should we be changing the python files as well to change the name of the data files.

jpdougherty avatar Oct 08 '17 13:10 jpdougherty

@jpdougherty thanks for the highlight! I think it's better to change the name of the data files as you did in https://github.com/lenguyenthedat/kaggle-for-fun/pull/9/files

lenguyenthedat avatar Oct 09 '17 02:10 lenguyenthedat