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 5920778 commit 38018e6Copy full SHA for 38018e6
pandas/core/arrays/_mixins.py
@@ -390,8 +390,9 @@ def insert(
390
self: NDArrayBackedExtensionArrayT, loc: int, item
391
) -> NDArrayBackedExtensionArrayT:
392
"""
393
- Make new ExtensionArray inserting new item at location. Follows
394
- Python list.append semantics for negative values.
+ Make new ExtensionArray inserting new item at location.
+
395
+ Follows Python list.append semantics for negative values.
396
397
Parameters
398
----------
0 commit comments