Skip to content

Commit 7d01867

Browse files
committed
Fix typo :)
1 parent de0e578 commit 7d01867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The mapper takes a list of pairs. The first is a column name from the pandas Dat
6767
... (['children'], sklearn.preprocessing.StandardScaler())
6868
... ])
6969

70-
The difference between specifying the column selector as `'column'` (as a simple stirng) 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.
70+
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.
7171

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

0 commit comments

Comments
 (0)