Python | Pandas.CategoricalDtype()
pandas.api.types.CategoricalDtype(categories = None, ordered = None) : This class is useful for specifying the type of Categorical data independent of the values, with categories and orderness. Parameters- categories : [index like] Unique categorization of the categories. ordered : [boolean] If fals