4.5.7.3.2.1.11. statsmodels.iolib.table.Row.pop

Row.pop([index]) → item -- remove and return item at index (default last).

Raises IndexError if list is empty or index is out of range.