Skip to content

Commit 92cb1e7

Browse files
Improve docs
1 parent bf2a9ea commit 92cb1e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4484,7 +4484,7 @@ def select(self, *args):
44844484
Select a subset of columns from the DataFrame.
44854485
44864486
Select can be used to return a DataFrame with some specific columns.
4487-
This can be used to remove unwanted columns, as well as to return a
4487+
This can be select a subset of the columns, as well as to return a
44884488
DataFrame with the columns sorted in a specific order.
44894489
44904490
Parameters
@@ -4493,7 +4493,7 @@ def select(self, *args):
44934493
The names of the columns to return. In general this will be strings,
44944494
but pandas supports other types of column names, if they are hashable.
44954495
If only one argument of type list is provided, the elements of the
4496-
list will be considered the named of the columns to be returned
4496+
list will be considered the names of the columns to be returned
44974497
44984498
Returns
44994499
-------

0 commit comments

Comments
 (0)