Skip to content

Commit c44a960

Browse files
authored
README.rst: Clarify "Map the Columns to Transformations"
Before, "The first" in the following sentence: "The first is a column name from the pandas DataFrame," can be referred to the first element of the list (so, a tuple), and not to the first element of the tuple.
1 parent 0024cf7 commit c44a960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Transformation Mapping
6565
Map the Columns to Transformations
6666
**********************************
6767

68-
The mapper takes a list of tuples. The first is a column name from the pandas DataFrame, or a list containing one or multiple columns (we will see an example with multiple columns later). The second is an object which will perform the transformation which will be applied to that column. The third is optional and is a dictionary containing the transformation options, if applicable (see "custom column names for transformed features" below).
68+
The mapper takes a list of tuples. The first element of each tuple is a column name from the pandas DataFrame, or a list containing one or multiple columns (we will see an example with multiple columns later). The second element is an object which will perform the transformation which will be applied to that column. The third one is optional and is a dictionary containing the transformation options, if applicable (see "custom column names for transformed features" below).
6969

7070
Let's see an example::
7171

0 commit comments

Comments
 (0)