Skip to content

ENH: the error behaviour in pandas operation should be consistent rename erros are ignore by default whereas drop erros are raise #61681

Open
@Furqan-s

Description

@Furqan-s

Feature Type

  • Adding new functionality to pandas

  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    API - ConsistencyInternal Consistency of API/BehaviorEnhancementNeeds TriageIssue that has not been reviewed by a pandas team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions