Skip to content

All IO functions should support DataFrame configuration options #296

@risenW

Description

@risenW

When reading a file into DataFrame, we should be able to pass in a DataFrame configuration option just like we do when creating a new DataFrame.

For example, the following should be possible:

const df = await dfd.read_csv("file.csv", { frameConfig: { lowMemoryMode: true } })

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions