Feature Type

  • [ ] Adding new functionality to pandas

  • [x] Changing existing functionality in pandas

  • [ ] Removing existing functionality in pandas

Problem Description

Image

Feature Description

can we make the pandas function consistent in how they raise errors drop should be default to ignore and not likely to break.

Alternative Solutions

def drop(labels=None, axis=0, index=None, columns=None, Level=None, inplace=false, errors='ignore'):

Additional Context

No response