Skip to content

Commit

Permalink
__arrow_c_stream__ method on DataFrame (pandas-dev#985)
Browse files Browse the repository at this point in the history
pycapsule interface
  • Loading branch information
kylebarron authored Aug 26, 2024
1 parent 791777f commit d2798db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas-stubs/core/frame.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ class DataFrame(NDFrame, OpsMixin):
def __dataframe__(
self, nan_as_null: bool = ..., allow_copy: bool = ...
) -> DataFrameXchg: ...
def __arrow_c_stream__(self, requested_schema: object | None = None) -> object: ...
@property
def axes(self) -> list[Index]: ...
@property
Expand Down

0 comments on commit d2798db

Please sign in to comment.