Skip to content

Commit ab0c582

Browse files
alexander135WillAyd
authored andcommitted
Changed description of parse_dates in read_excel(). (#29796)
1 parent e0bd4d5 commit ab0c582

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/io/excel/_base.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@
165165
result 'foo'
166166
167167
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``.
168+
index will be returned unaltered as an object data type. If you don`t want to
169+
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``.
170171
171172
Note: A fast-path exists for iso8601-formatted dates.
172173
date_parser : function, optional

0 commit comments

Comments
 (0)