Skip to content

All IO functions should support DataFrame configuration options #296

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 } })

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions