We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0873b32 + 9e6b905 commit f592cacCopy full SHA for f592cac
src/nested_pandas/series/ext_array.py
@@ -622,7 +622,7 @@ def dropna(self) -> Self: # type: ignore[name-defined] # noqa: F821
622
623
def __arrow_array__(self, type=None):
624
"""Convert the extension array to a PyArrow array."""
625
- # struct_array is the default "external" representation
+ # list_array is the default "external" representation
626
if type is None:
627
return self.list_array
628
if pa.types.is_struct(type):
0 commit comments