MulSeries.iloc#

MulSeries.iloc#

Position-based indexing.

It is the same as the Series.iloc of the values series except that it returns a MulSeries with the index dataframe properly sliced. If the return value is a scalar, it returns the scalar.