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

Inconvenient to use code #117

Open
911432 opened this issue Jun 13, 2024 · 0 comments
Open

Inconvenient to use code #117

911432 opened this issue Jun 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@911432
Copy link

911432 commented Jun 13, 2024

It's frustrating that to enable 'https' for 'read_csv' in Pandas you have to type 'pyodide_http'.

import pyodide_http
pyodide_http.patch_all()
df=pd.read_csv('https://raw.githubusercontent.com/YoungjinBD/dataset/main/facebook.csv', encoding='UTF-8')
df.info()

Is it difficult to improve?

@911432 911432 added the enhancement New feature or request label Jun 13, 2024
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