pandas.Series.items

Lazily iterate over (index, value) tuples.

This method returns an iterable tuple (index, value). This is convenient if you want to create a lazy iterator.

return

iterable Iterable of tuples containing the (index, value) pairs from a Series.

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler