Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
In awkward-pandas we've had a user expect explode
to work for them; see intake/akimbo#38
I see in #53602 Series.explode
support for extension types has been added specifically to PyArrow list types. We'd like to be able to support explode
with our awkward
extension type. Therefore this feature request is to make an ExtensionArray._explode
method, with a default that provides the same behavior already provided by Series.explode
for non object dtypes (that is, a copy).
Issue will come with accompanying PR.
Alternative SolutionsNone to my knowledge
Additional ContextNo response
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4