We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc80646 commit 6e085acCopy full SHA for 6e085ac
pandas/io/excel/_base.py
@@ -165,8 +165,9 @@
165
result 'foo'
166
167
If a column or index contains an unparseable date, the entire column or
168
- index will be returned unaltered as an object data type. For non-standard
169
- datetime parsing, use ``pd.to_datetime`` after ``pd.read_excel``.
+ index will be returned unaltered as an object data type. If you don`t want to
+ parse some cells as date just change their type in Excel to "Text".
170
+ For non-standard datetime parsing, use ``pd.to_datetime`` after ``pd.read_excel``.
171
172
Note: A fast-path exists for iso8601-formatted dates.
173
date_parser : function, optional
0 commit comments