Riadh Meghenem

Results 8 comments of Riadh Meghenem

@mroeschke Thanks for the reply, indeed specifying this part in the doc is a great idea. However, having a parameter or another drop function that does not duplicate the dataframe...

@phofl Good news! do you have an ETA? or an open PR where this topic is discussed? Don't hesitate to ping me, we can test the new mechanism, and give...

> I tried adding a `copy` keyword to DataFrame.drop #47993 but couldn't get it passing on the CI (this was before we decided not to add copy keywords in 1.5)...

@phofl Indeed running the same test under pandas 1.5.0 with `pd.options.mode.copy_on_write` set to `True` seems to solve the duplication issue when dropping a column ```python from copy import copy import...

However, we discover that some functions are also impacted by memory duplication (`infer_objects` and `where` seem to have the same behavior). The test scenario ```python from copy import copy import...

Hey folks! any update on supporting Proxy Protocol?

Hi @bmihelac! We ended up doing the same thing by forking and patching the package on our end. Unfortunately, I can't share the exact fix since I'm no longer with...