Richard Shadrach
Richard Shadrach
My only opposition to changing the language to something better is the code churn on updating all of our functions. My opinion is that there is nothing wrong with the...
I don't see a very strong reason to prefer one over the other. When doing inference for constructors, we store these as `datetime.date` objects. E.g. ```python import datetime print(type(pd.Series(datetime.date(2024, 3,...
Ref: https://github.com/pandas-dev/asv-runner/issues/81
@mroeschke - saw https://github.com/pandas-dev/pandas/pull/63066; wasn't sure if you were aware of this PR.
Thanks for the report. On pandas 2.3, are you setting `copy_on_write` to either True or False? If you haven't yet tested, can you test this with `copy_on_write` set to `False`?