Baselight

The Price And Sales Of Avocado

Avocado Prices and Sales Volume in multiple US markets (2015-2020)

@kaggle.alanluo418_avocado_prices_20152019

Loading...
Loading...

About this Dataset

The Price And Sales Of Avocado

Context

The database update for Justin (https://www.kaggle.com/neuromusic/avocado-prices)

From a BIG Fan of Avocado Toast

Content

This data was downloaded from the Hass Avocado Board website in January of 2020.

Columns in the dataset:

  Date - The date of the observation

  AveragePrice - The Average Sales Price of Current Year

  Total Volume - Total Bulk and Bags Units

  4046 - Total number of avocados with PLU 4046 sold

  4225 - Total number of avocados with PLU 4225 sold

  4770 - Total number of avocados with PLU 4770 sold

  type - conventional or organic

  year - the current year

  region - the city or region of the observation

Acknowledgements

Thanks again to the Hass Avocado Board for sharing this data and thanks to Justin for share the idea about Avocado.
http://www.hassavocadoboard.com/retail/volume-and-price-data

Tables

Avocado

@kaggle.alanluo418_avocado_prices_20152019.avocado
  • 1.39 MB
  • 27323 rows
  • 13 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.