This is my code
from sklearn.preprocessing import OneHotEncoder ohe = OneHotEncoder(categorical_features=[0])
Error is showing like this
TypeError: