Series.str.repeat
Repeat the the character(s) in a string for a specified number of time
Last updated
Was this helpful?
Repeat the the character(s) in a string for a specified number of time
Last updated
Was this helpful?
danfo.Series.str.repeat(num, options) []
num
integer
the string to search for
1
options
Object
inplace: Whether to perform the operation in-place or not.
{
inplace: false
}
Returns: Series
Example