Skip to content

Instantly share code, notes, and snippets.

@lizturp
Created September 28, 2017 15:17
Show Gist options
  • Save lizturp/7e8440b10b9acedb597dea29c648a007 to your computer and use it in GitHub Desktop.
Save lizturp/7e8440b10b9acedb597dea29c648a007 to your computer and use it in GitHub Desktop.
Pulling an mlb example data set and setting up in AWS Glue to query with Athena
# finish dis later
sudo pip install kaggle-cli
kg download -u 'myUsername' -p 'myPassword' -d DigitRecognizer -f test.csv
# https://www.kaggle.com/seanlahman/the-history-of-baseball/downloads/the-history-of-baseball.zip
# https://www.kaggle.com/seanlahman/the-history-of-baseball
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment