-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
CLN: blocks, not series, should contain logic for arithmetic #9859
Comments
@MaximilianR most things are already dispatched already by blocks. |
Ah, fair, cheers. The ones that are applied across columns (which happen to have been the ones I've been using recently), seem to only be |
yeh round is almost a display thing so doesn't really count (and could be daily broadcast) quantile is bad impl ATM |
I could do a PR for quantile if it's not too complex - what should that look like? Could it go straight to |
@jreback closeable? We’ve recently finished getting all arithmetic out of blocks. |
See discussion here: #9848 (comment)
This would likely help clean up some of the Series/DataFrame discrepancies in arithmetic operations (mostly for datetime types).
The text was updated successfully, but these errors were encountered: