We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1ef62 commit 8c4bd0eCopy full SHA for 8c4bd0e
pandas/core/arrays/timedeltas.py
@@ -651,7 +651,7 @@ def __floordiv__(self, other):
651
652
# at this point we should only have numeric scalars; anything
653
# else will raise
654
- result = self._ndarray / other
+ result = self._ndarray // other
655
freq = None
656
if self.freq is not None:
657
# Note: freq gets division, not floor-division
0 commit comments