notebooks
notebooks copied to clipboard
Can you use pd.read_csv with a URL to import csv files from Kaggle?
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?