-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG-REPORT] BinnerTime
object has not attribute combine_expressions
#2071
Comments
This is still an issue in |
BinnerTime
object has not attribute combine_expressions
still an issue as of |
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.. |
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.1The text was updated successfully, but these errors were encountered: