-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
Closed
Description
Location of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.ExcelWriter.html?highlight=excelwriter
or
pandas/pandas/io/excel/_base.py
Line 544 in d9fff27
| path : str |
Documentation problem
Parameter path has type str, but based on this feature https://github.com/pandas-dev/pandas/issues/7074 I can pass io.BytesIO.
Suggested fix for documentation
Change type description to str | io.BytesIO.