Skip to content

Support reading list of CSVs with read_csv #6

@ehariri

Description

@ehariri

Pandas should support reading lists of CSV files which contain the same schema. Currently, the filepath_or_buffer argument of read_csv in Pandas must direct to a single CSV file. This is a common use case that other systems like Bodo, Spark, Dask, ... all support.

Assuming ~/path/to/csv contains part1.csv and part2.csv with the same scheme, we wish to do

pd.read_csv(['~/path/to/csv/part1.csv', '~/path/to/csv/part2.csv'])

rather than read the files individually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions