pandas.Series.iget_value

Series.iget_value(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)