Baselight

Fuel Prices Delhi (2020-21)

Fuel Prices in Delhi from 2020 to May 2021

@kaggle.rajatrc1705_fuel_prices_delhi_202021

Loading...
Loading...

About this Dataset

Fuel Prices Delhi (2020-21)

Context

This dataset has fuel prices for the city of Delhi. Considering how the fuel prices are rising in India these days, thought this would be a good dataset to have.

Content

This data has prices from January 2020 to May 2021. The data itself is from mypetrolprice.com

Inspiration

I don't have any particular suggestions to make, if you are using this in any way, let me know how and what interesting thing you are doing with it...

Tables

Fuel Prices

@kaggle.rajatrc1705_fuel_prices_delhi_202021.fuel_prices
  • 10.16 KB
  • 314 rows
  • 4 columns
Loading...

CREATE TABLE fuel_prices (
  "date" TIMESTAMP,
  "petrol_price" DOUBLE,
  "diesel_price" DOUBLE,
  "dollar_to_rupee" DOUBLE
);

Share link

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