Baselight

Chile Economic

Contains data from the FAOSTAT bulk data service Price Indices, Deflators.

@kaggle.willianoliveiragibin_chile_economic

Indice Price Chl
@kaggle.willianoliveiragibin_chile_economic.indice_price_chl

  • 14.88 KB
  • 564 rows
  • 13 columns
area

Area

item_code

Item Code

item

Item

element_code

Element Code

element

Element

months_code

Months Code

months

Months

year_code

Year Code

year

Year

unit

Unit

value

Value

flag

Flag

note

Note

Chile23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20002000Index49.087.370Xbase year is 2015
Chile23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20012001Index48.107.800Xbase year is 2015
Chile23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20022002Index49.065.600Xbase year is 2015
Chile23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20032003Index51.082.790Xbase year is 2015
Chile23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20042004Index50.371.700Xbase year is 2015
Chile23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20052005Index50.400.720Xbase year is 2015
Chile23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20062006Index53.041.930Xbase year is 2015
Chile23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20072007Index53.658.700Xbase year is 2015
Chile23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20082008Index62.039.470Xbase year is 2015
Chile23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20092009Index72.488.230Xbase year is 2015

CREATE TABLE indice_price_chl (
  "area" VARCHAR,
  "item_code" BIGINT,
  "item" VARCHAR,
  "element_code" BIGINT,
  "element" VARCHAR,
  "months_code" BIGINT,
  "months" VARCHAR,
  "year_code" BIGINT,
  "year" BIGINT,
  "unit" VARCHAR,
  "value" VARCHAR,
  "flag" VARCHAR,
  "note" VARCHAR
);

Share link

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