Thomas Li
Thomas Li
> FWIW, there is also a fourth option: not have _any_ keyword for this, and don't give users a way to control this through `StringDtype()`. Calling the default `pd.StringDtype()` will...
Thanks for the report. I'm marking this for 2.2.3, since this is something that should be important to fix before the next release.
Hi, I can reproduce this on main - tentatively marking as for 2.2.2. I haven't looked into this further myself - but further investigation/PRs would be welcome.
Yep, this is on my radar - was planning to bring it up at the meeting next week.
> **TLDR**: I am +1 not making pyarrow a required dependency in pandas 3.0. I am -1 on making NumPy 2.0 the min version and numpy StringDtypes the default in...
IMO, I think we should make a decision by the next dev call(Feb. 7th I think?). I'm probably going to release 2.2.1 at most 2 weeks after numpy releases the...
> While Pandas 2.2 Release Notes declare sqlalchemy > 2.0.0 a minimum requirement, sqlalchemy 1.4 is still a widely used and maintained release. This change thus likely breaks a lot...
I can confirm this on main. cc @mroeschke as the expert on the window code.
> So we wouldn’t need to make a separate repo? Would we need to set something up on pypi? If “no” to both then very neat No, we wouldn't need...