Chilean Fruit And Veg. Wholesale Price & Volume
Daily price and volume of vegetables and fruits, by market, product type, unit
@kaggle.sebastiantarebustos_odepa_chilean_fruit_and_vegetables_1edd7201
Daily price and volume of vegetables and fruits, by market, product type, unit
@kaggle.sebastiantarebustos_odepa_chilean_fruit_and_vegetables_1edd7201
Data scrapped from ODEPA's weekly bulletin for Wholesale prices and volumes of fruits and vegetables from Chilean markets.
This data is obtained by journalists that gather the prices and estimates volumes. (And because of this, there's some minor inconsistencies like: sometimes there will be data on the volume for instance but not on price).
All the prices consider IVA (Tax of 19%).
All the product are top quality.
ES/EN Columns
Variedad: Variety
Mercado: Market Name
Unidad: Unit (CAJA, BANDEJA, MALLA, etc)
Dia: Week Day
Precio: Price (CLP)
Fecha: Date
Volumen: Volume
Producto: Product Name
Total: Total (Volume * Price)
Latitude
Longitude
Numero_Unidad: Unit_Number (15, 400)
Nombre_Unidad: Unit_Name (KILOS, UNIDADES)
Volumen_Unidad: Volume/Unit
Precio_Unidad: Price/Unit
CREATE TABLE exported_data_2018_09_24_to_2023_07_14_v1_6 (
"variedad" VARCHAR,
"mercado" VARCHAR,
"unidad" VARCHAR,
"dia" VARCHAR,
"precio" DOUBLE,
"fecha" TIMESTAMP,
"volumen" DOUBLE,
"producto" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"numero_unidad" BIGINT,
"nombre_unidad" VARCHAR,
"volumen_unidad" DOUBLE,
"precio_unidad" DOUBLE
);
Anyone who has the link will be able to view this.