Consumer Price Index (CPI) 2013-2023
Exploring the Pulse of Indian Households: Unveiling Price Trends and Inflation
@kaggle.vaibhavkh_consumer_price_index_cpi_2013_2023
Exploring the Pulse of Indian Households: Unveiling Price Trends and Inflation
@kaggle.vaibhavkh_consumer_price_index_cpi_2013_2023
CREATE TABLE all_india_consumer_price_index (
"sector" VARCHAR,
"year" BIGINT,
"month" VARCHAR,
"cereals_and_products" DOUBLE,
"meat_and_fish" DOUBLE,
"egg" DOUBLE,
"milk_and_products" DOUBLE,
"oils_and_fats" DOUBLE,
"fruits" DOUBLE,
"vegetables" DOUBLE,
"pulses_and_products" DOUBLE,
"sugar_and_confectionery" DOUBLE,
"spices" DOUBLE,
"non_alcoholic_beverages" DOUBLE,
"prepared_meals_snacks_sweets_etc" DOUBLE,
"food_and_beverages" DOUBLE,
"pan_tobacco_and_intoxicants" DOUBLE,
"clothing" DOUBLE,
"footwear" DOUBLE,
"clothing_and_footwear" DOUBLE,
"housing" VARCHAR,
"fuel_and_light" DOUBLE,
"household_goods_and_services" DOUBLE,
"health" DOUBLE,
"transport_and_communication" DOUBLE,
"recreation_and_amusement" DOUBLE,
"education" DOUBLE,
"personal_care_and_effects" DOUBLE,
"miscellaneous" DOUBLE,
"general_index" DOUBLE
);
Anyone who has the link will be able to view this.