Hi there,
I've managed to download bz2 files of historical data. I'm having a little trouble extracting the data into JSON format - I can get the data into string format using a python script, but can't convert the string into anything useful at the moment (using json.loads() on the data raises an error). Does anyone have any advice?
I've managed to download bz2 files of historical data. I'm having a little trouble extracting the data into JSON format - I can get the data into string format using a python script, but can't convert the string into anything useful at the moment (using json.loads() on the data raises an error). Does anyone have any advice?


Comment