0

I'm trying to import Amazon fine food reviews dataset into colab notebook, but it is not getting loaded when I list the datasets, how to get this dataset? Any help would be appreciated.

I followed this link Using kaggle datasets into Google Colab

and it did not show all datasets, and i tried to search using kaggle dataset -s, It did not show anything.

2 Answers2

0
from google.colab import drive
drive.mount('/content/drive')

# Reading our CSV File
df=pd.read_csv("/content/drive/..."Your Path"../Reviews.csv")
df.head()
RiyaC
  • 121
  • 1
  • 3
0

Use this:

!kaggle datasets download -d snap/amazon-fine-food-reviews