Baselight

India Food Price (2000 - 2020)

Predict 2019-2020 Onions Price

@kaggle.kukuroo3_india_food_price_2000_2020

Loading...
Loading...

About this Dataset

India Food Price (2000 - 2020)

Datasets

This dataset is data showing the price of 7 food ingredients in India as a time series.
It represents the monthly price (INR unit) from 2000 to 2020.

Problem

The problem to be solved is to predict the onion price from 2019.
I have added the correct answer to "result.csv" separately.

source : link and post-processing of Data

Tables

India

@kaggle.kukuroo3_india_food_price_2000_2020.india
  • 19.11 KB
  • 240 rows
  • 8 columns
Loading...

CREATE TABLE india (
  "date" VARCHAR,
  "chickpeas" DOUBLE,
  "oil_mustard" DOUBLE,
  "potatoes" DOUBLE,
  "rice" DOUBLE,
  "sugar" DOUBLE,
  "wheat" DOUBLE,
  "onions" DOUBLE
);

Result

@kaggle.kukuroo3_india_food_price_2000_2020.result
  • 2.37 KB
  • 24 rows
  • 2 columns
Loading...

CREATE TABLE result (
  "date" VARCHAR,
  "onions" DOUBLE
);

Share link

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