Series.iterkv(*args, **kwargs) [source] iteritems alias used to get around 2to3. Deprecated
Series.iteritems() [source] Lazily iterate over (index, value) tuples
Series.itemsize return the size of the dtype of the item of the underlying data
Series.item() [source] return the first element of the underlying data as a python scalar
Series.is_unique Return boolean if values in the object are unique Returns: is_unique : boolean
Series.is_time_series
Series.is_monotonic_increasing Return boolean if values in the object are monotonic_increasing New in version 0.19.0. Returns: is_monotonic : boolean
Series.is_monotonic_decreasing Return boolean if values in the object are monotonic_decreasing New in version 0.19.0. Returns: is_monotonic_decreasing : boolean
Series.is_monotonic Return boolean if values in the object are monotonic_increasing New in version 0.19.0. Returns: is_monotonic : boolean
Series.is_copy = None
Page 36 of 178