diff --git a/pandas/io/excel/_base.py b/pandas/io/excel/_base.py index 8aad47c231c70..0eeed483e3250 100644 --- a/pandas/io/excel/_base.py +++ b/pandas/io/excel/_base.py @@ -151,7 +151,7 @@ If a column or index contains an unparseable date, the entire column or index will be returned unaltered as an object data type. For non-standard - datetime parsing, use ``pd.to_datetime`` after ``pd.read_csv`` + datetime parsing, use ``pd.to_datetime`` after ``pd.read_excel``. Note: A fast-path exists for iso8601-formatted dates. date_parser : function, optional