@@ -274,7 +274,7 @@ def read_excel(
274274
275275 - ``openpyxl`` supports newer Excel file formats.
276276 - ``calamine`` supports Excel (.xls, .xlsx, .xlsm, .xlsb)
277- and OpenDocument (.ods) file formats.
277+ and OpenDocument (.ods) file formats.
278278 - ``odf`` supports OpenDocument file formats (.odf, .ods, .odt).
279279 - ``pyxlsb`` supports Binary Excel files.
280280 - ``xlrd`` supports old-style Excel files (.xls).
@@ -325,6 +325,7 @@ def read_excel(
325325
326326 Note that if `na_filter` is passed in as False, the ``keep_default_na`` and
327327 ``na_values`` parameters will be ignored.
328+
328329 na_filter : bool, default True
329330 Detect missing value markers (empty strings and the value of na_values). In
330331 data without any NAs, passing ``na_filter=False`` can improve the
@@ -349,6 +350,7 @@ def read_excel(
349350 ``pd.read_excel``.
350351
351352 Note: A fast-path exists for iso8601-formatted dates.
353+
352354 date_parser : function, optional
353355 Function to use for converting a sequence of string columns to an array of
354356 datetime instances. The default uses ``dateutil.parser.parser`` to do the
0 commit comments