Skip to content

Fix error when using newer pandas - #5

Merged
AntonieV merged 1 commit into
AntonieV:mainfrom
antoneliasson:main
May 2, 2026
Merged

Fix error when using newer pandas#5
AntonieV merged 1 commit into
AntonieV:mainfrom
antoneliasson:main

Conversation

@antoneliasson

Copy link
Copy Markdown
Contributor

The encoding parameter of to_excel() was not used, then deprecated, then removed in subsequent versions.

Link: https://pandas.pydata.org/pandas-docs/version/1.5/reference/api/pandas.DataFrame.to_excel.html

The encoding parameter of to_excel() was not used, then deprecated, then
removed in subsequent versions.

Link: https://pandas.pydata.org/pandas-docs/version/1.5/reference/api/pandas.DataFrame.to_excel.html
@AntonieV

AntonieV commented May 2, 2026

Copy link
Copy Markdown
Owner

Thanks for this fix!

@AntonieV
AntonieV merged commit 5a0a62b into AntonieV:main May 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants