Which of the following method can be used to rename categorical data? A. Categorical.rename_categories() B. Categorical.rename() C. Categorical.mv_categories() D. None of the mentioned Answer Workspace Report Discuss Answer with explanation Answer: Option A Explanation Renaming categories is done by assigning new values to the Series.cat.categories property. Workspace
Discuss about the question