Fix some tests to use dataframe
This commit is contained in:
@@ -32,6 +32,7 @@ def parse_ticker_dataframe(ticker: list) -> DataFrame:
|
||||
'volume': 'max',
|
||||
})
|
||||
frame.drop(frame.tail(1).index, inplace=True) # eliminate partial candle
|
||||
logger.debug('Droppling last candle')
|
||||
return frame
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user