From 6e622beaf96a4f29e35ba836e16bea39ff93f2e9 Mon Sep 17 00:00:00 2001 From: philsv <35413649+philsv@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:40:27 +0200 Subject: [PATCH] update README.md --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index ce4b0b8..a8bf51f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # myeia -[![PyPI version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&r=r&ts=1683906897&type=6e&v=0.4.2&x2=0)](https://badge.fury.io/py/myeia) +[![PyPI version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&r=r&ts=1683906897&type=6e&v=0.4.3&x2=0)](https://badge.fury.io/py/myeia) [![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://github.com/philsv/myeia/blob/main/LICENSE) [![Weekly Downloads](https://static.pepy.tech/personalized-badge/myeia?period=week&units=international_system&left_color=grey&right_color=blue&left_text=downloads/week)](https://pepy.tech/project/myeia) [![Monthly Downloads](https://static.pepy.tech/personalized-badge/myeia?period=month&units=international_system&left_color=grey&right_color=blue&left_text=downloads/month)](https://pepy.tech/project/myeia) @@ -133,7 +133,7 @@ Output Example: ```ini countryRegionId productId Crude oil, NGPL, and other liquids -Date +Date 2024-03-01 ARE 55 4132.394334 2024-02-01 ARE 55 4132.394334 2024-01-01 ARE 55 4142.394334 @@ -165,12 +165,12 @@ Output Example: ```ini Natural Gas Futures Contract 1 (Dollars per Million Btu) Natural Gas Futures Contract 2 (Dollars per Million Btu) -Date -2023-08-29 2.556 2.662 -2023-08-28 2.579 2.665 -2023-08-25 2.540 2.657 -2023-08-24 2.519 2.636 -2023-08-23 2.497 2.592 +Date +2023-08-29 2.556 2.662 +2023-08-28 2.579 2.665 +2023-08-25 2.540 2.657 +2023-08-24 2.519 2.636 +2023-08-23 2.497 2.592 ... ... ... ``` @@ -192,13 +192,13 @@ Output Example: ```ini Natural Gas Futures Contract 1 (Dollars per Million Btu) -Date -2021-01-29 2.564 -2021-01-28 2.664 -2021-01-27 2.760 -2021-01-26 2.656 -2021-01-25 2.602 -... ... +Date +2021-01-29 2.564 +2021-01-28 2.664 +2021-01-27 2.760 +2021-01-26 2.656 +2021-01-25 2.602 +... ... ``` This also works for the `get_series_via_route` method.