Skip to content

Commit 7d8d67a

Browse files
committed
Update generic.py
1 parent 115c92a commit 7d8d67a

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
@@ -8334,7 +8334,7 @@ def resample(
83348334
2000-10-01 23:56:00 15
83358335
2000-10-02 00:13:00 45
83368336
2000-10-02 00:30:00 45
8337-
Freq: 17T, dtype: int32
8337+
Freq: 17T, dtype: int64
83388338
83398339
To replace the use of the deprecated `base` argument, you can now use `offset`,
83408340
in this example it is equivalent to have `base=2`:

0 commit comments

Comments
 (0)