Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am surprised by the start timestamp retained by vaex for binning this dataframe.
Please, what is vaex logic for defining
2022-02-28 23
as the timestamp for the 1st bin?Pandas will take as timestamp of the 1st bin, the 1st timestamp in seed dataframe, in this case
2022-03-01 00
.(but this behavior can be controlled with
origin
parameter as highlighted in #1959)Without having #1959, understanding vaex logic might offer me a workaround to still work with vaex for such aggregation. I could then 'force' a suitable timestamp so as having the 1st bin starting when I want it to start.
Thanks for your help.
Bests
Beta Was this translation helpful? Give feedback.
All reactions