-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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: move update to BlockManager method (and just call from frame) #3025
Comments
Can this be closed as Sufficiently Stale? If not, -1 on moving anything in to internals. |
@jreback closeable? |
no .update should be moved to internals l for sure |
@jreback could you guide me here. If I understand this correctly, the required changes are in |
The presence of filter_func in DataFrame.update means we have to operate column-wise instead of block-wise when it is present. We could also have a blockwise implementation as a Manager method, but i dont think its worth the duplication. The Series.update signature doesn't match DataFrame.update. Would be nice to get those aligned. |
Closing as infeasible for reasons described above. |
promotes consistency, see #3021, #3016, #9065
The text was updated successfully, but these errors were encountered: