Skip to content

DEPR: read_csv keywords: keep_date_col, delim_whitespace #55569

Open
@jbrockmendel

Description

@jbrockmendel

Issue Description

  • delim_whitespace: "Equivalent to setting sep='\\s+'" -> seems redundant
  • dialect: does anyone use this? looks like it overrides several other keywords
  • cache_dates: once ENH/API: resolution inference in vectorized datetime parsing #55564 is done, this option should not have any behavior impact, so seems unnecessary (also in to_datetime)
  • parse_dates: not the entire keyword, just the list-of-list and dict-of-list variants. seems like users can handle those cases in post-processing.
  • keep_date_col: only relevant in the parse_dates cases above.

Others? ive never used verbose, na_filter, keep_default_na, or na_values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions