-
Notifications
You must be signed in to change notification settings - Fork 36
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!: bump polars to 0.44.2 #1271
Conversation
It seems that an error is occurring in the following location only on Windows. r-polars/vignettes/userguide.Rmd Lines 229 to 240 in a37b3c0
The cell in the CSV in issue is now this, and a comma can be found there.
@etiennebacher Could you please check if you can reproduce the problem in Windows (R and Python)? Maybe related to this change: pola-rs/polars#19088 |
I have tried the following and it works fine in Python🤔 import ssl
import polars as pl
ssl._create_default_https_context = ssl._create_unverified_context
pl.read_csv("https://theunitedstates.io/congress-legislators/legislators-historical.csv") Is it possible that there is a problem with the mechanism through which R downloads the csv file? |
I will open a follow-up issue and merge it in for now. |
No description provided.