Baselight

U.S. Gasoline And Diesel Retail Prices 1995-2021

Weekly Retail Gasoline and Diesel Prices

@kaggle.mruanova_us_gasoline_and_diesel_retail_prices_19952021

Loading...
Loading...

About this Dataset

U.S. Gasoline And Diesel Retail Prices 1995-2021

Context

Source: U.S. Energy Information Administration (Jan 2021).

Content

The data contains the following information:

  • A1: Weekly U.S. All Grades All Formulations Retail Gasoline Prices (Dollars per Gallon)
  • A2: Weekly U.S. All Grades Conventional Retail Gasoline Prices (Dollars per Gallon)
  • A3: Weekly U.S. All Grades Reformulated Retail Gasoline Prices (Dollars per Gallon)
  • R1: Weekly U.S. Regular All Formulations Retail Gasoline Prices (Dollars per Gallon)
  • R2: Weekly U.S. Regular Conventional Retail Gasoline Prices (Dollars per Gallon)
  • R3: Weekly U.S. Regular Reformulated Retail Gasoline Prices (Dollars per Gallon)
  • M1: Weekly U.S. Midgrade All Formulations Retail Gasoline Prices (Dollars per Gallon)
  • M2: Weekly U.S. Midgrade Conventional Retail Gasoline Prices (Dollars per Gallon)
  • M3: Weekly U.S. Midgrade Reformulated Retail Gasoline Prices (Dollars per Gallon)
  • P1: Weekly U.S. Premium All Formulations Retail Gasoline Prices (Dollars per Gallon)
  • P2: Weekly U.S. Premium Conventional Retail Gasoline Prices (Dollars per Gallon)
  • P3: Weekly U.S. Premium Reformulated Retail Gasoline Prices (Dollars per Gallon)
  • D1: Weekly U.S. No 2 Diesel Retail Prices (Dollars per Gallon)

Acknowledgements

Source: U.S. Energy Information Administration (Jan 2021)
https://www.eia.gov/dnav/pet/pet_pri_gnd_dcus_nus_w.htm

Copyrights and Reuse

https://www.eia.gov/about/copyrights_reuse.php

Public domain and use of EIA content

U.S. government publications are in the public domain and are not subject to copyright protection. You may use and/or distribute any of our data, files, databases, reports, graphs, charts, and other information products that are on our website or that you receive through our email distribution service. However, if you use or reproduce any of our information products, you should use an acknowledgment, which includes the publication date, such as: "Source: U.S. Energy Information Administration (Oct 2008)."

Quoting EIA content and translations

When quoting EIA text, the acknowledgment should clearly indicate which text is EIA content and which is not. When translating EIA content into another language, please indicate the organization responsible for the translation and provide a link back to the original EIA web page in the acknowledgment.

Inspiration

What makes the price of the diesel fluctuate so much?

Tables

Pet Pri Gnd Dcus Nus W

@kaggle.mruanova_us_gasoline_and_diesel_retail_prices_19952021.pet_pri_gnd_dcus_nus_w
  • 107.37 KB
  • 1361 rows
  • 14 columns
Loading...

CREATE TABLE pet_pri_gnd_dcus_nus_w (
  "date" TIMESTAMP,
  "a1" DOUBLE,
  "a2" DOUBLE,
  "a3" DOUBLE,
  "r1" DOUBLE,
  "r2" DOUBLE,
  "r3" DOUBLE,
  "m1" DOUBLE,
  "m2" DOUBLE,
  "m3" DOUBLE,
  "p1" DOUBLE,
  "p2" DOUBLE,
  "p3" DOUBLE,
  "d1" DOUBLE
);

Share link

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