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

fix: fix csv download issue on windows #1292

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

eitsupi
Copy link
Collaborator

@eitsupi eitsupi commented Nov 18, 2024

Fix #1288

The help of download.file says:

Code written to download binary files must use mode = "wb" (or "ab"), but the problems incurred by a text transfer will only be seen on Windows.

@eitsupi eitsupi changed the title fix: try to fix csv download issue on windows fix: fix csv download issue on windows Nov 19, 2024
@eitsupi eitsupi marked this pull request as ready for review November 19, 2024 02:47
@eitsupi eitsupi merged commit a41515d into pola-rs:main Nov 19, 2024
17 of 20 checks passed
@eitsupi eitsupi deleted the fix-windows-encoding-issue branch November 19, 2024 03:34
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.

CSV reader issue on Windows with polars rs-0.44.2
1 participant