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 9ab3596 commit 14e4e03Copy full SHA for 14e4e03
doc/source/whatsnew/v1.0.0.rst
@@ -336,7 +336,8 @@ Numeric
336
- Bug in :class:`DataFrame` logical operations (`&`, `|`, `^`) not matching :class:`Series` behavior by filling NA values (:issue:`28741`)
337
- Bug in :meth:`DataFrame.interpolate` where specifying axis by name references variable before it is assigned (:issue:`29142`)
338
- Improved error message when using `frac` > 1 and `replace` = False (:issue:`27451`)
339
--
+- Bug in :class:`UInt64Index` precision loss while constructing from a list with values in the ``np.uint64`` range (:issue:`29526`)
340
+-
341
342
Conversion
343
^^^^^^^^^^
0 commit comments