Skip to content

Commit 4084bd7

Browse files
mcnoathedeershowk
authored andcommitted
DOC: complete parameter descriptions for DataFrame.insert's docstring (pandas-dev#55172)
complete parameter descriptions for DataFrame.insert's docstring issue: jorisvandenbossche/pydata-amsterdam-pandas-sprint#1 - bullet point item pandas-dev#5: "complete the parameter descriptions"
1 parent fbd177a commit 4084bd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/frame.py

+2
Original file line numberDiff line numberDiff line change
@@ -4915,7 +4915,9 @@ def insert(
49154915
column : str, number, or hashable object
49164916
Label of the inserted column.
49174917
value : Scalar, Series, or array-like
4918+
Content of the inserted column.
49184919
allow_duplicates : bool, optional, default lib.no_default
4920+
Allow duplicate column labels to be created.
49194921
49204922
See Also
49214923
--------

0 commit comments

Comments
 (0)