Skip to content

Commit 54a19c7

Browse files
DOC: small clarification in DataFrame docstring
1 parent 3479c27 commit 54a19c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/frame.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,8 @@ class DataFrame(NDFrame):
351351
Index to use for resulting frame. Will default to np.arange(n) if
352352
no indexing information part of input data and no index provided
353353
columns : Index or array-like
354-
Will default to np.arange(n) if not column labels provided
354+
Column labels to use for resulting frame. Will default to
355+
np.arange(n) if no column labels are provided
355356
dtype : dtype, default None
356357
Data type to force, otherwise infer
357358
copy : boolean, default False

0 commit comments

Comments
 (0)