Skip to content

Commit

Permalink
DATA: Cleaning doc & comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelirrojo committed Dec 9, 2021
1 parent 060322e commit 037ad06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# https://www.kaggle.com/tencars/392-crypto-currency-pairs-at-minute-resolution

*.csv
392-crypto-currency-pairs-at-minute-resolution.zip
!pricedata.csv
Expand Down
3 changes: 3 additions & 0 deletions data/grab-dataset.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Dataset available at:
# https://www.kaggle.com/tencars/392-crypto-currency-pairs-at-minute-resolution

# 1. Check dependencies
python --version >/dev/null 2>&1 || { echo >&2 "I require python but it's not installed. ¯\_(ツ)_/¯ Aborting."; exit 1; }
kaggle --version >/dev/null 2>&1 || { echo >&2 "I require kaggle CLI but it's not installed. ¯\_(ツ)_/¯ Aborting."; exit 1; }
Expand Down

0 comments on commit 037ad06

Please sign in to comment.