diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 81ffb243cd302..3669594cfef4b 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -9454,7 +9454,7 @@ def resample( origin : Timestamp or str, default 'start_day' The timestamp on which to adjust the grouping. The timezone of origin must match the timezone of the index. - If string, must be one of the following: + If string, must be Timestamp convertible or one of the following: - 'epoch': `origin` is 1970-01-01 - 'start': `origin` is the first value of the timeseries