We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3479c27 commit 54a19c7Copy full SHA for 54a19c7
pandas/core/frame.py
@@ -351,7 +351,8 @@ class DataFrame(NDFrame):
351
Index to use for resulting frame. Will default to np.arange(n) if
352
no indexing information part of input data and no index provided
353
columns : Index or array-like
354
- Will default to np.arange(n) if not column labels provided
+ Column labels to use for resulting frame. Will default to
355
+ np.arange(n) if no column labels are provided
356
dtype : dtype, default None
357
Data type to force, otherwise infer
358
copy : boolean, default False
0 commit comments