Open thisismeleaving opened 2 years ago
This is still an issue in v4.9.2
still an issue as of v4.11.1
I'm experiencing this issue with 4.12
I'm experiencing this issue with 4.14
We've look at this in some detail.. unfortunately it clashes with other features and it might not be fixable (at least not in the short term). @maartenbreddels can explain this better.
As a work-around, i would suggest casting the datatime column to string in the required format, and then do the groupby. Does this make sense? I know it is annoying..
We've look at this in some detail.. unfortunately it clashes with other features and it might not be fixable (at least not in the short term). @maartenbreddels can explain this better.
As a work-around, i would suggest casting the datatime column to string in the required format, and then do the groupby. Does this make sense? I know it is annoying..
I change the format from datetime to string, but I can't solve this issue??? please check this... (I'm using with 4.16.0)
When does it fix???
Description After upgrading from vaex v4.7.0 This call:
Now throws the following error:
Software information
import vaex; vaex.__version__
): 4.9.1