aboutsummaryrefslogtreecommitdiff
path: root/datasets
diff options
context:
space:
mode:
Diffstat (limited to 'datasets')
-rw-r--r--datasets/bitcoin/get_bitcoin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/datasets/bitcoin/get_bitcoin.py b/datasets/bitcoin/get_bitcoin.py
index 6dbd72a..e0b2917 100644
--- a/datasets/bitcoin/get_bitcoin.py
+++ b/datasets/bitcoin/get_bitcoin.py
@@ -75,7 +75,7 @@ def get_market_price(target_path=None):
@validate(MD5_JSON)
def write_json(csv_path, target_path=None):
- rows = clevercsv.read_csv(csv_path)
+ rows = clevercsv.read_table(csv_path)
rows = rows[500:]
last_idx = next(