The Price And Sales Of Avocado
Avocado Prices and Sales Volume in multiple US markets (2015-2020)
@kaggle.alanluo418_avocado_prices_20152019
Avocado Prices and Sales Volume in multiple US markets (2015-2020)
@kaggle.alanluo418_avocado_prices_20152019
CREATE TABLE avocado (
"date" TIMESTAMP,
"averageprice" DOUBLE,
"total_volume" DOUBLE,
"n_4046" DOUBLE,
"n_4225" DOUBLE,
"n_4770" DOUBLE,
"total_bags" DOUBLE,
"small_bags" DOUBLE,
"large_bags" DOUBLE,
"xlarge_bags" DOUBLE,
"type" VARCHAR,
"year" BIGINT,
"region" VARCHAR
);
Anyone who has the link will be able to view this.