pandas.Series.str.repeat¶
Duplicate each string in the Series or Index.
- param repeats
- int or sequence of int
Same value for all (int) or different value per (sequence).
- return
Series or Index of object Series or Index of repeated string objects specified by input parameter repeats.
Warning
This feature is currently unsupported by Intel Scalable Dataframe Compiler