We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5919d commit 6904d8eCopy full SHA for 6904d8e
pandas/core/generic.py
@@ -9454,7 +9454,7 @@ def resample(
9454
origin : Timestamp or str, default 'start_day'
9455
The timestamp on which to adjust the grouping. The timezone of origin
9456
must match the timezone of the index.
9457
- If string, must be one of the following:
+ If string, must be Timestamp convertible or one of the following:
9458
9459
- 'epoch': `origin` is 1970-01-01
9460
- 'start': `origin` is the first value of the timeseries
0 commit comments