Skip to content

Commit 46c4763

Browse files
authored
DOC: indicate that origin argument can be a string that is timestamp … (#56925)
DOC: indicate that origin argument can be a string that is timestamp convertible #56877
1 parent c6572a1 commit 46c4763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9454,7 +9454,7 @@ def resample(
94549454
origin : Timestamp or str, default 'start_day'
94559455
The timestamp on which to adjust the grouping. The timezone of origin
94569456
must match the timezone of the index.
9457-
If string, must be one of the following:
9457+
If string, must be Timestamp convertible or one of the following:
94589458
94599459
- 'epoch': `origin` is 1970-01-01
94609460
- 'start': `origin` is the first value of the timeseries

0 commit comments

Comments
 (0)