Add link to Fastexcel docs on pl.read_excel(...)
page for easy reference of valid options in the read_options=...
arg
#15640
Labels
documentation
Improvements or additions to documentation
Description
I would appreciate if you linked to the
load_sheet_by_name(...)
docs from thepl.read_excel(...)
docs: https://fastexcel.toucantoco.dev/fastexcel.html#ExcelReader.load_sheet_by_nameIt says that you can use the
read_options={...}
arg to pass arguments to theload_sheet_by_name
function, but doesn't really give any info about what sort of options exist. A link to the docs would make this much easier to work with and look up.Other Justifications
Link
https://docs.pola.rs/py-polars/html/reference/api/polars.read_excel.html
The text was updated successfully, but these errors were encountered: