Loading big pandas #1121
00houssam00
started this conversation in
General
Replies: 1 comment
-
You can use chunksize parameter to divide your data in blocks (chunk) and the size is determined by you
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Thank you for this amazing library.
I would like to ask whats the best way to handle large data? is there a way to process the data in chunks and load one chunk at a time into Backtesting (ex:- feeding the backtest.run() with prices one chunk at a time)?
Beta Was this translation helpful? Give feedback.
All reactions