gazproject icon indicating copy to clipboard operation
gazproject copied to clipboard

plotting russian gas exports to Europe

Results 2 gazproject issues
Sort by recently updated
recently updated
newest added

``` storage = pandas.read_json(prefix+"storage.json") storage["timestamp"]=pandas.to_datetime(storage["gasDayStartedOn"]) + datetime.timedelta(days=1) storage.sort_values(["timestamp"], inplace=True) storage.set_index("timestamp", inplace=True) storage=storage["2022-01-01":] storage ``` ``` KeyError Traceback (most recent call last) File ~/.local/lib/python3.9/site-packages/pandas/core/indexes/base.py:3629, in Index.get_loc(self, key, method, tolerance) 3628 try:...

This is only an idea. Maybe a bad one... this patch collects the json data from ENTSOG and GIE and process the junyper notebook as an github action. attention: the...