File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ def read_excel(
282282 When ``engine=None``, the following logic will be used to determine the engine:
283283
284284 - If ``path_or_buffer`` is an OpenDocument format (.odf, .ods, .odt),
285- then `odf <https://pypi.org/project/odfpy/>`_ will be used.
285+ then `odf <https://pypi.org/project/odfpy/>`_ will be used.
286286 - Otherwise if ``path_or_buffer`` is an xls format, ``xlrd`` will be used.
287287 - Otherwise if ``path_or_buffer`` is in xlsb format, ``pyxlsb`` will be used.
288288 - Otherwise ``openpyxl`` will be used.
@@ -368,7 +368,7 @@ def read_excel(
368368 format. For anything more complex,
369369 please read in as ``object`` and then apply :func:`to_datetime` as-needed.
370370
371- .. versionadded:: 2.0.0
371+ .. versionadded:: 2.0.0
372372 thousands : str, default None
373373 Thousands separator for parsing string columns to numeric. Note that
374374 this parameter is only necessary for columns stored as TEXT in Excel,
You can’t perform that action at this time.
0 commit comments