File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 -------
You can’t perform that action at this time.
0 commit comments