Machine learning algorithms understand only numbers. So, if a column in a dataset contains categorical values, we need to encode the categorical values into numbers. We can use label encoding for that purpose. In label encoding, labels are replaced by integers. So, it...

























