cudf.Index.str# property Index.str[source]# Vectorized string functions for Series and Index. This mimics pandas df.str interface. nulls stay null unless handled otherwise by a particular method. Patterned after Python’s string methods, with some inspiration from R’s stringr package.