diff --git a/pandas/io/parsers.py b/pandas/io/parsers.py index 164422f7572bd..9b1be2a658a6a 100644 --- a/pandas/io/parsers.py +++ b/pandas/io/parsers.py @@ -87,8 +87,9 @@ class DateConversionError(Exception): If True and parse_dates specifies combining multiple columns then keep the original columns. date_parser : function - Function to use for converting dates to strings. Defaults to - dateutil.parser + Function to use for converting a sequence of string columns to an + array of datetime instances. The default uses dateutil.parser.parser + to do the conversion. dayfirst : boolean, default False DD/MM format dates, international and European format thousands : str, default None