data conversion, not data conversation

* we're not talking to the data yet ...
This commit is contained in:
Matthias
2020-01-05 09:55:02 +01:00
parent 2409261cb7
commit f82c4346b6
6 changed files with 13 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ class IDataHandler(ABC):
) -> DataFrame:
"""
Internal method used to load data for one pair from disk.
Implements the loading and conversation to a Pandas dataframe.
Implements the loading and conversion to a Pandas dataframe.
Timerange trimming and dataframe validation happens outside of this method.
:param pair: Pair to load data
:param timeframe: Ticker timeframe (e.g. "5m")