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 63bf5d8 commit 167507eCopy full SHA for 167507e
pandas/core/arrays/arrow/array.py
@@ -144,7 +144,7 @@ def floordiv_compat(
144
has_remainder,
145
),
146
# GH 55561: floordiv should round towards negative infinity.
147
- # pv.divide for integral types rounds towards 0.
+ # pc.divide_checked for integral types rounds towards 0.
148
# Avoid using subtract_checked which would incorrectly raise
149
# for -9223372036854775808 // 1, because if integer overflow
150
# occurs, then has_remainder should be false, and overflowed
0 commit comments