MulDataFrame.iloc#
- MulDataFrame.iloc#
Position-based indexing.
It is the same as the DataFrame.iloc of the values dataframe except that it returns a MulDataFrame with the index and the columns dataframes properly sliced. If the return value is a scalar, it returns the scalar.
MulDataFrame