Google Trends Dataset
A dataset of all the Google Trends all over the world
@kaggle.dhruvildave_google_trends_dataset
A dataset of all the Google Trends all over the world
@kaggle.dhruvildave_google_trends_dataset
CREATE TABLE trends (
"location" VARCHAR,
"year" BIGINT,
"category" VARCHAR,
"rank" BIGINT,
"query" VARCHAR
);
Anyone who has the link will be able to view this.