Series-str.casefold() function The str.casefold() function is used to convert strings in the Series/Index to be casefolded. The method is equivalent to str.casefold(). Syntax: Series.str.casefold(self) Returns:
Python - Function Annotations Python - Modules Python - Built in Functions Python Strings Python - Strings Python - Slicing Strings Python - Modify Strings Python - String Concatenation Python - String Formatting Python - Escape Characters Python - String Methods Python - String Exercises Python Lists...