pandas.Series.iget

Series.iget(i, axis=0)

Return the i-th value or values in the Series by location

Parameters:i : int, slice, or sequence of integers
Returns:value : scalar (int) or Series (slice, sequence)