hgrecco / pint-pandas

Pandas support for pint
Other
169 stars 42 forks source link

Experimental status? #120

Closed deeplook closed 1 year ago

deeplook commented 2 years ago

I'm just curious what would be needed for this repo to drop the "experimental" status attached to it? ;)

arkanoid87 commented 2 years ago

find all critical bugs, for example https://github.com/hgrecco/pint-pandas/issues/122

andrewgsavage commented 2 years ago

There are a number of things that can't work because of how pandas detects whether something is a scalar or iterable.

This was the last progress I'm aware of made on it: https://github.com/pandas-dev/pandas/pull/44626

deeplook commented 2 years ago

I was asking because to me it seems like pandas support in this repo is still too brittle to be really usable in practice, and OTOH there is pint-xarray which seems to be more ahead in comparison (haven't really tested it yet), so maybe there is something to adopt from there. But again, this is all based on some speculation.