Skip to content

Commit

Permalink
docs[python]: Fix broken part of read_excel docstring (#4596)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Aug 28, 2022
1 parent c3142cc commit fd18559
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py-polars/polars/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1141,8 +1141,6 @@ def read_excel(
... read_csv_options={"infer_schema_length": None},
... ) # doctest: +SKIP
Alternative
-----------
If :func:`read_excel` does not work or you need to read other types of spreadsheet
files, you can try pandas ``pd.read_excel()``
(supports `xls`, `xlsx`, `xlsm`, `xlsb`, `odf`, `ods` and `odt`).
Expand Down

0 comments on commit fd18559

Please sign in to comment.