is there any faster way to resamle 1min data to daily data #687
zha0yangchen
started this conversation in
General
Replies: 1 comment 3 replies
-
Can you show us how you are currently resampling it? It's best to resample it outside the Backtest altogether, and there are probably few faster ways than pandas' |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my stratege need 1min data and daily data, if i use 1min data resample to daily data, the backtesting will be very slow, i wonder is there any faster way to resamle 1min data to daily data?
Beta Was this translation helpful? Give feedback.
All reactions