Skip to content

DOC: ExcelWriter constructor types #35505

Closed
@alexhtn

Description

@alexhtn

Location of the documentation

https://pandas.pydata.org/docs/dev/reference/api/pandas.ExcelWriter.html?highlight=excelwriter
or

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions