We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
read_csv
read_excel
1 parent 23b6115 commit d024aaeCopy full SHA for d024aae
pandas/io/excel/_base.py
@@ -151,7 +151,7 @@
151
152
If a column or index contains an unparseable date, the entire column or
153
index will be returned unaltered as an object data type. For non-standard
154
- datetime parsing, use ``pd.to_datetime`` after ``pd.read_csv``
+ datetime parsing, use ``pd.to_datetime`` after ``pd.read_excel``.
155
156
Note: A fast-path exists for iso8601-formatted dates.
157
date_parser : function, optional
0 commit comments