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 3a7487d commit 12a93fbCopy full SHA for 12a93fb
pandas/core/algorithms.py
@@ -578,7 +578,7 @@ def f(c, v):
578
and comps_array.dtype.kind in "iu"
579
# Only apply fast-path for 64-bit integer widths to avoid
580
# surprising behaviour on platforms or dtypes with different
581
- # itemsize (see GH discussions). Narrowing to 8-byte ints
+ # itemsize. Narrowing to 8-byte ints
582
# keeps the fast-path safe and performant for the common case.
583
and values.dtype.itemsize == 8
584
and comps_array.dtype.itemsize == 8
0 commit comments