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):
4484
4484
Select a subset of columns from the DataFrame.
4485
4485
4486
4486
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
4488
4488
DataFrame with the columns sorted in a specific order.
4489
4489
4490
4490
Parameters
@@ -4493,7 +4493,7 @@ def select(self, *args):
4493
4493
The names of the columns to return. In general this will be strings,
4494
4494
but pandas supports other types of column names, if they are hashable.
4495
4495
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
4497
4497
4498
4498
Returns
4499
4499
-------
You can’t perform that action at this time.
0 commit comments