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

feat: 🎸 support dtypes option for read_csv function #64

Merged
merged 1 commit into from
Apr 14, 2023
Merged

feat: 🎸 support dtypes option for read_csv function #64

merged 1 commit into from
Apr 14, 2023

Conversation

littledian
Copy link
Contributor

@littledian littledian commented Apr 14, 2023

Old vertion provide dtype property in ReadCsvOptions(polars/io.ts), but is not implement in src/dataframe.rs, so it implement dtypes option for read_csv function and due to it is a collection of column type defination, so change name to dtypes

@universalmind303 universalmind303 merged commit a591ded into pola-rs:main Apr 14, 2023
@littledian littledian deleted the feature/support-dtypes branch April 15, 2023 03:40
@littledian
Copy link
Contributor Author

Hi, guys, is it have a plan to release new version?

@universalmind303
Copy link
Collaborator

I usually run a new release about once a month. If you need the features sooner, you can update your package.json to point directly to github

https://docs.npmjs.com/cli/v7/configuring-npm/package-json#github-urls

@littledian
Copy link
Contributor Author

Thanks

I usually run a new release about once a month. If you need the features sooner, you can update your package.json to point directly to github

https://docs.npmjs.com/cli/v7/configuring-npm/package-json#github-urls

Thanks

universalmind303 pushed a commit that referenced this pull request Apr 23, 2023
As pr #64, support dtypes option for readCSV but not implement for
read_csv when first param is buffer, so fix it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants