Baselight

Petroleum Products Consumption In India

India's consumption of different types of petroleum products from 2020 to 2023

@kaggle.tahzeer_consumption_of_petroleum_products_in_india

Loading...
Loading...

About this Dataset

Petroleum Products Consumption In India

Introduction

This Kaggle dataset provides monthly consumption data of petroleum products in India from April 2020 to February 2023. The dataset includes various types of petroleum products, each categorized under specific product labels, such as:

  • Aviation Turbine Fuel (ATF)
  • Bitumen, Furnace Oil (FO) & Low-Sulphur Heavy Stock (LSHS)
  • High-Speed Diesel (HSD)
  • Light Diesel Oil (LDO)
  • Liquefied Petroleum Gas (LPG)
  • Lubricants & Greases
  • Motor Spirit (MS)
  • Naptha
  • Others
  • Petroleum Coke
  • products
  • Superior Kerosene Oil (SKO).

Have a look at these pivot tables to have a better understanding of the dataset.

Navigating the Dataset

  • month
  • year
  • product: Type of petroleum product (12 unique types)
  • quantity_in_1000_metric_tonnes: Quantity consumed (in 1000 metric tonnes)

Tables

Petroleum Prod Consumption

@kaggle.tahzeer_consumption_of_petroleum_products_in_india.petroleum_prod_consumption
  • 6.03 KB
  • 420 rows
  • 4 columns
Loading...

CREATE TABLE petroleum_prod_consumption (
  "month" VARCHAR,
  "year" BIGINT,
  "products" VARCHAR,
  "quantity_in_1000_metric_tonnes" DOUBLE
);

Share link

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