We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9247ba9 commit cf04e0aCopy full SHA for cf04e0a
doc/source/whatsnew/v3.0.0.rst
@@ -266,6 +266,7 @@ Bug fixes
266
- Fixed bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
267
- Fixed bug in :meth:`DataFrame.to_string` that raised ``StopIteration`` with nested DataFrames. (:issue:`16098`)
268
- Fixed bug in :meth:`Series.diff` allowing non-integer values for the ``periods`` argument. (:issue:`56607`)
269
+- Fixed bug in :meth:`take` allowing ``indexer`` argument to be None (:issue:`57524`)
270
271
Categorical
272
^^^^^^^^^^^
0 commit comments