Skip to content

Commit c02bde5

Browse files
committed
fix column name
1 parent 8705139 commit c02bde5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

_typos.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[default.extend-words]
2+
# Allow dataset-specific column names from Hillstrom dataset
3+
womens = "womens"
4+
mens = "mens"

docs/source/tutorials/hillstrom.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Data Setup and Loading
4444
'history': df['history'],
4545
'history_segment': df['history_segment'].map(lambda s: int(s[0])),
4646
'mens': df['mens'],
47-
'women': df['women'],
47+
'womens': df['womens'],
4848
'zip_code': df['zip_code'].map(zip_code_mapping),
4949
'newbie': df['newbie'],
5050
'channel': df['channel'].map(channel_mapping)

0 commit comments

Comments
 (0)