Skip to content

Commit c916211

Browse files
authored
Merge pull request #79 from musicus/patch-1
Typo correction.
2 parents b2427ca + 6f0b76c commit c916211

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
@@ -68,7 +68,7 @@ The mapper takes a list of pairs. The first is a column name from the pandas Dat
6868
... (['children'], sklearn.preprocessing.StandardScaler())
6969
... ])
7070

71-
The difference between specifying the column selector as ``'column'`` (as a simple string) and ``['column']`` (as a list with one element) is the shape of the array that is passed to the transformer. In the first case, a one dimensional array with be passed, while in the second case it will be a 2-dimensional array with one column, i.e. a column vector.
71+
The difference between specifying the column selector as ``'column'`` (as a simple string) and ``['column']`` (as a list with one element) is the shape of the array that is passed to the transformer. In the first case, a one dimensional array will be passed, while in the second case it will be a 2-dimensional array with one column, i.e. a column vector.
7272

7373
This behaviour mimics the same pattern as pandas' dataframes ``__getitem__`` indexing:
7474

0 commit comments

Comments
 (0)