cudf.Series.str#
- property Series.str#
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.