hipdf.Series.str#
20 min read time
Applies to Linux
- 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.