Uh oh!
There was an error while loading. Please reload this page.
(feat): Support for pandasExtensionArray - #8723
Conversation
Thank you for opening this pull request! It may take us a few days to respond here, so thank you for being patient. |
TomNicholas
commented
Feb 8, 2024
This looks like a big feature addition! I'm very ignorant of |
ilan-gold
commented
Feb 9, 2024
@TomNicholas That is an interesting point. Once you pare back the My problem with removing |
Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
ilan-gold
commented
Apr 11, 2024
What's the status here? |
Uh oh!
There was an error while loading. Please reload this page.
dcherian
commented
Apr 13, 2024
Sorry, this fell off my radar. Can you open an issue regarding the |
Uh oh!
There was an error while loading. Please reload this page.
for more information, see https://pre-commit.ci
* main: (feat): Support for `pandas` `ExtensionArray` (pydata#8723) Migrate datatree mapping.py (pydata#8948) Add mypy to dev dependencies (pydata#8947) Convert 360_day calendars by choosing random dates to drop or add (pydata#8603)
Uh oh!
There was an error while loading. Please reload this page.

Some outstanding points/decisions brought up by this PR:
as_shared_dtypes#8714)- [ ] Acceptance ofplumas a dispatch method. Without it, the behavior should be fallen back on from before (cast tonumpytypes). I am a big fan of dispatching and think it could serve as a model going forward for making support of other data types/arrays more feasible. The other option, I think, would be to just use the underlyingarrayof theExtensionDuckArrayclass to decide and then have some central registry that serves as the basis for a decorator (like the api for accessors via_CachedAccessor). That being said, the current defaults are quite good so this is a marginal feature, in all likelihood.ExtensionArraydirectly or can we also allowSeries?Possible missing something else! Let me know!
Checklist:
whats-new.rstapi.rst