You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The good news of support in pandas for writing OpenDocument spreadsheets has not propagated from the 'dev' branch of the documentation to applicable documentation versions, i.e from 1.1.0 onwards.
Pandas version checks
main
hereLocation of the documentation
IO tools OpenDocument spreadsheets
Version 1.5.2 (stable)
Documentation problem
The good news of support in pandas for writing OpenDocument spreadsheets has not propagated from the 'dev' branch of the documentation to applicable documentation versions, i.e from 1.1.0 onwards.
There is a dependency on the odfpy package, as mentioned here:
https://stackoverflow.com/questions/58915626/write-dataframe-into-ods-format
I checked the functionality with pandas version 1.5.2 after manually installing odfpy, and it works like a snap.
The documentation for version 1.5.2 states:
The documentation for dev states:
There is no mention of the dependency on odfpy.
Suggested fix for documentation
! New in version 1.1.0.
Similarly, the to_excel() method can write OpenDocument spreadsheets
This functionality depends on the odfpy package, which needs to be installed manyally with e.g. pip for the time being.
The text was updated successfully, but these errors were encountered: