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.
pd.ExcelFile
1 parent 4976e11 commit 0fc1cc5Copy full SHA for 0fc1cc5
pandas-stubs/io/excel/_base.pyi
@@ -245,9 +245,10 @@ class ExcelFile:
245
io: FilePath | ReadBuffer[bytes] | bytes = ...
246
def __init__(
247
self,
248
- io: FilePath | ReadBuffer[bytes] | bytes,
+ path_or_buffer: FilePath | ReadBuffer[bytes] | bytes,
249
engine: ExcelReadEngine | None = ...,
250
storage_options: StorageOptions = ...,
251
+ engine_kwargs: dict[str, Any] | None = ...,
252
) -> None: ...
253
def __fspath__(self): ...
254
@overload
0 commit comments