-
CategoricalIndex.repeat(n, *args, **kwargs)
[source] -
Repeat elements of an Index. Refer to
numpy.ndarray.repeat
for more information about then
argument.See also
CategoricalIndex.repeat()
2017-01-12 04:45:01
CategoricalIndex.repeat(n, *args, **kwargs)
[source]
Repeat elements of an Index. Refer to numpy.ndarray.repeat
for more information about the n
argument.
See also
Please login to continue.