File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -354,21 +354,6 @@ def read_excel(
354354
355355 Note: A fast-path exists for iso8601-formatted dates.
356356
357- date_parser : function, optional
358- Function to use for converting a sequence of string columns to an array of
359- datetime instances. The default uses ``dateutil.parser.parser`` to do the
360- conversion. Pandas will try to call `date_parser` in three different ways,
361- advancing to the next if an exception occurs: 1) Pass one or more arrays
362- (as defined by `parse_dates`) as arguments; 2) concatenate (row-wise) the
363- string values from the columns defined by `parse_dates` into a single array
364- and pass that; and 3) call `date_parser` once for each row using one or
365- more strings (corresponding to the columns defined by `parse_dates`) as
366- arguments.
367-
368- .. deprecated:: 2.0.0
369-
370- Use ``date_format`` instead, or read in as ``object`` and then apply
371- :func:`to_datetime` as-needed.
372357 date_format : str or dict of column -> format, default ``None``
373358 If used in conjunction with ``parse_dates``, will parse dates according to this
374359 format. For anything more complex, please read in as ``object`` and then apply
You can’t perform that action at this time.
0 commit comments