Skip to content

Commit 9b59781

Browse files
committed
Fix typo in categorical data notebook
1 parent 9e607a3 commit 9b59781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

categorical-data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"\n",
5555
"- they can keep track even when elements of the category isn't present, which can sometimes be as interesting as when they are (imagine you find no-one from a particular school goes to university)\n",
5656
"- they can use vastly less of your computer's memory than encoding the same information in other ways\n",
57-
"- they can be used efficienctly with modelling packages, where they will be recognised as potential 'dummy variables', or with plotting packages, which will treat them as discrete values\n",
57+
"- they can be used efficiently with modelling packages, where they will be recognised as potential 'dummy variables', or with plotting packages, which will treat them as discrete values\n",
5858
"- you can order them (for example, \"neutral\", \"agree\", \"strongly agree\")\n",
5959
"\n",
6060
"All values of categorical data for a **pandas** column are either in the given categories or take the value `np.nan`. \n",

0 commit comments

Comments
 (0)