Open 911432 opened 5 months ago
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?
It's frustrating that to enable 'https' for 'read_csv' in Pandas you have to type 'pyodide_http'.
Is it difficult to improve?