We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8705139 commit e789589Copy full SHA for e789589
2 files changed
_typos.toml
@@ -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
@@ -44,7 +44,7 @@ Data Setup and Loading
44
'history': df['history'],
45
'history_segment': df['history_segment'].map(lambda s: int(s[0])),
46
'mens': df['mens'],
47
- 'women': df['women'],
+ 'womens': df['womens'],
48
'zip_code': df['zip_code'].map(zip_code_mapping),
49
'newbie': df['newbie'],
50
'channel': df['channel'].map(channel_mapping)
0 commit comments