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
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.