aboutsummaryrefslogtreecommitdiff
path: root/datasets
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-08-17 19:13:08 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-08-17 19:13:08 +0100
commitaef7c8e0bd7fd2c82ba3b13c87ccb8602ced79c7 (patch)
treea3854e8710c5d16722f069f393be81267caced52 /datasets
parentAdd a link to the annotation tool (diff)
downloadTCPD-aef7c8e0bd7fd2c82ba3b13c87ccb8602ced79c7.tar.gz
TCPD-aef7c8e0bd7fd2c82ba3b13c87ccb8602ced79c7.zip
Use read_table instead of read_csv
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(