Baselight

Economy Health Brazil

Contains data from the World Bank's data portal. There is also a consolidated.

@kaggle.willianoliveiragibin_economy_health_brazil

Consumer Price Indices Bra New
@kaggle.willianoliveiragibin_economy_health_brazil.consumer_price_indices_bra_new

  • 25.42 KB
  • 835 rows
  • 18 columns
iso3

Iso3

startdate

StartDate

enddate

EndDate

area_code

Area Code

area_code_m49

Area Code (M49)

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

#country+code#date+start#date+end#country+name#indicator+code#indicator+namenannan#date+year#indicator+type#indicator+value+numnannan
BRA2000-01-012000-01-312176Brazil23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20002000nan31.439.610Xbase year is 2015
BRA2001-01-012001-01-312176Brazil23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20012001nan32.379.010Xbase year is 2015
BRA2002-01-012002-01-312176Brazil23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20022002nan35.573.410Xbase year is 2015
BRA2003-01-012003-01-312176Brazil23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20032003nan43.044.530Xbase year is 2015
BRA2004-01-012004-01-312176Brazil23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20042004nan45.687.770Xbase year is 2015
BRA2005-01-012005-01-312176Brazil23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20052005nan47.407.020Xbase year is 2015
BRA2006-01-012006-01-312176Brazil23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20062006nan48.027.530Xbase year is 2015
BRA2007-01-012007-01-312176Brazil23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20072007nan48.974.970Xbase year is 2015
BRA2008-01-012008-01-312176Brazil23013Consumer Prices, Food Indices (2015 = 100)6125Value7001January20082008nan54.615.680Xbase year is 2015

CREATE TABLE consumer_price_indices_bra_new (
  "iso3" VARCHAR,
  "startdate" VARCHAR,
  "enddate" VARCHAR,
  "area_code" DOUBLE,
  "area_code_m49" DOUBLE,
  "area" VARCHAR,
  "item_code" VARCHAR,
  "item" VARCHAR,
  "element_code" DOUBLE,
  "element" VARCHAR,
  "months_code" DOUBLE,
  "months" VARCHAR,
  "year_code" DOUBLE,
  "year" VARCHAR,
  "unit" VARCHAR,
  "value" VARCHAR,
  "flag" VARCHAR,
  "note" VARCHAR
);

Share link

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