Baselight

Fuel Price In India

Daily diesel and petrol price data from 2002 to 2020

@kaggle.sudhirnl7_fuel_price_in_india

Loading...
Loading...

About this Dataset

Fuel Price In India

Context

The data is daily diesel price across the various city in India. The charge varies state to state has Indian state government levy extra tax on the fuel. The government changed over time. The new fuel charge update rule came into effect.

Content

The data consist of the date, fuel price and city name. There are a total of seven cities, such as Bengaluru, Chennai, Mumbai, Hyderabad, Delhi, Kolkata and Coimbatore. The fuel price is Indian rupees.

Acknowledgements

The data is parsed from mypetrolprice.com. The code used to parse data is present in github repository.

Inspiration

How to handle missing data in time-series data?
What is the price change with respect to a global price change?

Tables

Diesel

@kaggle.sudhirnl7_fuel_price_in_india.diesel
  • 66.21 kB
  • 17,235 rows
  • 4 columns
Loading...
CREATE TABLE diesel (
  "city" VARCHAR,
  "date" TIMESTAMP,
  "rate" DOUBLE,
  "state" VARCHAR
);

Petrol

@kaggle.sudhirnl7_fuel_price_in_india.petrol
  • 32.65 kB
  • 5,048 rows
  • 4 columns
Loading...
CREATE TABLE petrol (
  "city" VARCHAR,
  "date" TIMESTAMP,
  "rate" DOUBLE,
  "state" VARCHAR
);

Share link

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