Skip to content

REF: Unify creation of dataframe for C and Python parser engines #43135

Open
@lithomas1

Description

@lithomas1

We should unify the process of creating the dataframe from index,names,data for the C and Python engines. This should be done after the pyarrow engine is merged, and will help get rid of some code nested within an if statement. Ideally, we make a method on ParserBase, and call that in the C and Python engine read code so that read always returns a DataFrame now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CleanIO CSVread_csv, to_csvRefactorInternal refactoring of code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions