Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEP: Protect some ExcelWriter attributes #45795

Merged
merged 7 commits into from
Feb 6, 2022

Conversation

rhshadrach
Copy link
Member

Built on top of #45794

Any attributes we're looking to make protected are deprecated here, allowing users to use them until the next major release. Not deprecating any immutable attributes - users may find these useful and they do not require any extra care.

Docs for ExcelWriter are attached.
excel_writer.pdf

@rhshadrach rhshadrach added IO Excel read_excel, to_excel Deprecate Functionality to remove in pandas labels Feb 3, 2022
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks fine, pls rebase and can merge (followups on docs & so on are fine).

doc/source/whatsnew/v1.5.0.rst Outdated Show resolved Hide resolved
pandas/io/excel/_xlwt.py Outdated Show resolved Hide resolved
…atize_excel

� Conflicts:
�	pandas/io/excel/_odswriter.py
�	pandas/tests/io/excel/test_writers.py
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great merge on green

@mroeschke mroeschke merged commit 047137c into pandas-dev:main Feb 6, 2022
@mroeschke
Copy link
Member

Thanks @rhshadrach

@rhshadrach rhshadrach deleted the privatize_excel branch February 6, 2022 23:13
phofl pushed a commit to phofl/pandas that referenced this pull request Feb 14, 2022
* DEP: Deprecate ExcelWriter attributes

* DEP: Deprecate ExcelWriter attributes

* Fixup for test

* Move tests and restore check_extension

y

* Deprecate xlwt fm_date and fm_datetime; doc improvements
yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
* DEP: Deprecate ExcelWriter attributes

* DEP: Deprecate ExcelWriter attributes

* Fixup for test

* Move tests and restore check_extension

y

* Deprecate xlwt fm_date and fm_datetime; doc improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas IO Excel read_excel, to_excel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Support for Excel features when writing
3 participants