pyodide-kernel icon indicating copy to clipboard operation
pyodide-kernel copied to clipboard

Inconvenient to use code

Open 911432 opened this issue 1 year ago • 0 comments

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 avatar Jun 13 '24 00:06 911432