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.
__arrow_c_stream__
1 parent 791777f commit d2798dbCopy full SHA for d2798db
pandas-stubs/core/frame.pyi
@@ -259,6 +259,7 @@ class DataFrame(NDFrame, OpsMixin):
259
def __dataframe__(
260
self, nan_as_null: bool = ..., allow_copy: bool = ...
261
) -> DataFrameXchg: ...
262
+ def __arrow_c_stream__(self, requested_schema: object | None = None) -> object: ...
263
@property
264
def axes(self) -> list[Index]: ...
265
0 commit comments