Skip to content

Support different formats in Dataset query #13

@sapols

Description

@sapols

Dataset.buildQuery() currently hardcodes + '.csv?' to the end of the query string. This simplifies the read_csv() logic in .asNumpy/.asPandas, but we need to support more formats than just CSV. Users should have the option to specify the format.

Something like dataset.suffix('json') or dataset.buildQuery(suffix='json')?

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