RowΒΆ

Classes

Row(*values, **named_values)

Represents a row in DataFrame.

Methods

Row.asDict([recursive])

Convert to a dict if this row object has both keys and values.

Row.as_dict([recursive])

Convert to a dict if this row object has both keys and values.

Row.count(value, /)

Return number of occurrences of value.

Row.index(value[, start, stop])

Return first index of value.