Skip to content

Commit

Permalink
Updated data
Browse files Browse the repository at this point in the history
  • Loading branch information
soulmachine committed Aug 2, 2020
1 parent 75f802f commit 4f4f248
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions preprocessing/merge_csv.ipynb
Expand Up @@ -70,37 +70,6 @@
" fout.write(line)"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
"csv_files = glob.glob(f'{TRADE_DATA_DIR}/*/OKEx.Swap.BTC_USDT.*.csv')"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"['/data/csv/trade-2020-07/OKEx.Swap.BTC_USDT.2020-07.csv',\n",
" '/data/csv/trade-2020-06/OKEx.Swap.BTC_USDT.2020-06.csv',\n",
" '/data/csv/trade-2020-05/OKEx.Swap.BTC_USDT.2020-05.csv']"
]
},
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"csv_files"
]
},
{
"cell_type": "code",
"execution_count": 7,
Expand Down Expand Up @@ -131,7 +100,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1e33c3a09cb1410a8a47dfa1306830a9",
"model_id": "74bdf733b8714fb6867a532d5b5af8fc",
"version_major": 2,
"version_minor": 0
},
Expand Down

0 comments on commit 4f4f248

Please sign in to comment.