Skip to content

Commit

Permalink
complete parameter descriptions for DataFrame.insert's docstring
Browse files Browse the repository at this point in the history
issue: jorisvandenbossche/pydata-amsterdam-pandas-sprint#1
- bullet point item pandas-dev#5: "complete the parameter descriptions"
  • Loading branch information
mcnoat committed Sep 16, 2023
1 parent 7b4df5a commit 2c9a8d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -4915,7 +4915,9 @@ def insert(
column : str, number, or hashable object
Label of the inserted column.
value : Scalar, Series, or array-like
Content of the inserted column.
allow_duplicates : bool, optional, default lib.no_default
Allow duplicate column labels to be created.
See Also
--------
Expand Down

0 comments on commit 2c9a8d9

Please sign in to comment.