notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

Can you use pd.read_csv with a URL to import csv files from Kaggle?

Open Bonnners opened this issue 8 years ago • 0 comments

Hi, I would like to use this call: wine = pd.read_csv('https://www.kaggle.com/zynicide/wine-reviews/downloads/winemag-data_first150k.csv') but am unable to do so. Other websites exposing public datasets allow this. Am I doing something wrong?

Bonnners avatar Jan 18 '18 12:01 Bonnners