NestedDtype#
Constructor#
|
Pandas extension array for nested dataframes |
Functions#
ExtensionArray dtype |
|
Number of bytes consumed by the data in memory. |
|
Pyarrow chunked list-struct array representation |
|
Pyarrow chunked struct-list array representation |
|
Pyarrow table representation of the extension array. |
|
The list offsets of the field arrays. |
|
Names of the nested columns |
|
Lengths of the list arrays |
|
Length of the flat arrays |
|
Number of chunk_lens in underlying pyarrow.ChunkedArray |
|
Convert the extension array to a numpy array. |
|
Boolean NumPy array indicating if each value is missing. |
|
Take elements from an array. |
|
Return a copy of the extension array. |
|
Check equality with another NestedExtensionArray. |
|
Return a new ExtensionArray with missing values removed. |
|
Construct a NestedExtensionArray from a sequence of items |
|
|
Convert the extension array to pandas' ArrowExtensionArray |
|
Convert to a pyarrow scalar of a list type |
Keys mapping values to lists |
|
|
Iterate over single field nested lists, as numpy arrays |
Get a view of the extension array with the specified fields only |
|
Set the field from flat-array of values |
|
Set the field from list-array |
|
Fill list-arrays with values from the input array |
|
Delete fields from the struct array |
|
|
Check whether a pyarrow data type is supported by the constructor. |