From 08fdb3a47da082c0a4d0803dacd063311d3f1465 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 9 Jul 2023 14:30:26 +0200 Subject: [PATCH] Update documentation --- docs/data-download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-download.md b/docs/data-download.md index d45c7ef63..d502b949f 100644 --- a/docs/data-download.md +++ b/docs/data-download.md @@ -157,7 +157,7 @@ Freqtrade currently supports the following data-formats: * `json` - plain "text" json files * `jsongz` - a gzip-zipped version of json files * `hdf5` - a high performance datastore -* `feather` - a dataformat based on Apache Arrow (OHLCV only) +* `feather` - a dataformat based on Apache Arrow * `parquet` - columnar datastore (OHLCV only) By default, OHLCV data is stored as `json` data, while trades data is stored as `jsongz` data.