Categorical Data

This lesson discusses what is categorical data and how Pandas provide support dealing with it.

Introduction to categorical data #

Sometimes you get categorical data which are variables with a limited and usually fixed number of values. For example, male and female. Machine learning algorithms need numbers to work, so how do you deal with these? ...