Skip to content

INT/CLN: remove to_datetime from class methods #8254

Closed
@jreback

Description

@jreback

see #8184
related #8185

Index.to_datetime currently exists but really no need for this as pd.to_datetime subsumes this functionaility (and is more general). and just pollutes the interface.

so remove:

(and fix the parser to call directly try the conversion / use a helper function).

Metadata

Metadata

Assignees

No one assigned

    Labels

    API DesignIO CSVread_csv, to_csvInternalsRelated to non-user accessible pandas implementation

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions