Skip to content

Commit d024aae

Browse files
deepyamanWillAyd
authored andcommitted
Change doc reference to read_csv to read_excel (#26317)
1 parent 23b6115 commit d024aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/excel/_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
152152
If a column or index contains an unparseable date, the entire column or
153153
index will be returned unaltered as an object data type. For non-standard
154-
datetime parsing, use ``pd.to_datetime`` after ``pd.read_csv``
154+
datetime parsing, use ``pd.to_datetime`` after ``pd.read_excel``.
155155
156156
Note: A fast-path exists for iso8601-formatted dates.
157157
date_parser : function, optional

0 commit comments

Comments
 (0)