This commit is contained in:
Oleg Sheynin 2025-07-15 03:57:18 +00:00
parent 9c91f37bcc
commit bff1c54b48
2 changed files with 2266 additions and 2214 deletions

View File

@ -73,7 +73,7 @@ class TradingPair:
drop=True
) # do not dropna() since irrelevant symbol would affect dataset
return result_df
return result_df.dropna()
def get_datasets(
self,

File diff suppressed because one or more lines are too long