Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All IO functions should support DataFrame configuration options #296

Closed
risenW opened this issue Oct 14, 2021 · 1 comment
Closed

All IO functions should support DataFrame configuration options #296

risenW opened this issue Oct 14, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@risenW
Copy link
Member

risenW commented Oct 14, 2021

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 } })
@risenW risenW added the enhancement New feature or request label Oct 14, 2021
@risenW
Copy link
Member Author

risenW commented Jan 12, 2022

Fixed

@risenW risenW closed this as completed Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant