pandas 0.7.0 documentation

pandas.Series.drop

Series.drop(labels, axis=0)

Return new object with labels in requested axis removed

Parameters :

labels : array-like

axis : int

Returns :

dropped : type of caller