DOC: "engine=odf" option should ask you to install pyodf instead of odf in pandas.read_excel · Issue #35948 · pandas-dev/pandas (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
Location of the documentation
"pandas.read_excel"
Documentation problem
When engine="odf"
is used and pyodf
is not installed it gives an error that you should install optional dependency odf as pip or conda install odf
. This pip/conda command fails because there's no module called odf
. This could also be a security vulnerability if someone puts a malicious "odf" module on pypi.
Suggested fix for documentation
The error should ask you to install odf using pip or conda install pyodf