pandas.Index.repeat — pandas 0.18.1 documentation (original) (raw)

Index.repeat(n, *args, **kwargs)

Repeat elements of an Index. Refer to numpy.ndarray.repeatfor more information about the n argument.

See also

numpy.ndarray.repeat