Feature Type
Problem Description

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