Skip to content

Commit 8879c85

Browse files
committed
Merge pull request #3266 from cjw296/doc_fix
DOC: fix docstring for date_parser option
2 parents 9466451 + ab81b4f commit 8879c85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/io/parsers.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ class DateConversionError(Exception):
8787
If True and parse_dates specifies combining multiple columns then
8888
keep the original columns.
8989
date_parser : function
90-
Function to use for converting dates to strings. Defaults to
91-
dateutil.parser
90+
Function to use for converting a sequence of string columns to an
91+
array of datetime instances. The default uses dateutil.parser.parser
92+
to do the conversion.
9293
dayfirst : boolean, default False
9394
DD/MM format dates, international and European format
9495
thousands : str, default None

0 commit comments

Comments
 (0)