Skip to content

PD012 is outdated #120

@tjkuson

Description

@tjkuson

First off, thank you for developing this plugin!

Is your feature request related to a problem? Please describe.

read_table is no longer deprecated in favour of read_csv following a discussion. As far as I can tell from reading the references in the given motivation, this means there is no longer a good reason to recommend read_csv over read_table per se.

Describe the solution you'd like

The rule should either be categorised as opinionated to require an opt-in (like PD901), removed, or changed to only emit a warning if read_table is called with sep="," (which is what ruff has just done).

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needednew checkNew check for the linter

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions