Patrick Hoefler
Patrick Hoefler
not it's only bool(pd.NA) that we want to change. @20revsined this is probably not a good issue for a beginner in pandas
We don't support the 2.1.x branch anymore, we will only release this on 2.2.x
You can try to set ``` pd.options.mode.copy_on_write = True ``` on 2.2 releases or try the nightly releases where this is enabled by default
I am very confused by this, we need 2 things here: - The warning message that Gets raised (the complete message) - A complete reproducer, the thing you wrote up...
Starting a list here what is a false-positive/expected: - [time_to_dict_datetimelike](https://asv-runner.github.io/asv-collection/pandas/#frame_methods.ToDict.time_to_dict_datetimelike) both to_dict cases are only as fast because of the item_cache which is something we removed, so nothing we can...
closing, -1 on doing this as well
I don't think that we want to take on the burden of maintaining compatibility with these formats, this would need a 3rd party package that we could dispatch to
Can you post the traceback?
#55518 needs to be back ported. This is something that we can consider for main and 2.2, but I want to test this more before we rely on it.
Can you run the ``ctors.py`` benchmarks?