eq-python-client
eq-python-client copied to clipboard
Python library for Energy Quantified's Time Series API.
- [ ] Improve documentation on `Instance.issued` and `Instance.tag` for weather-driven, spot- & exchange, and other forecasts - [ ] Review related docstrings to see if they could benefit from...
The conversion of a timeseries object to a Panda DataFrame should contain the unit and denominator. This is particularly useful since the introduction of unit conversion for multiple endpoints. The...
How to list attributes in curves and places.
Allow users to use strings rather than Frequency references in many cases, such as when converting a period-based series to a DataFrame: ```python # Earlier: from energyquantified.time import Frequency df...
**Rationale** Add a conversion function from a string such as "M" to a Frequency.P1M? ```python # Get a reference to Frequency.P1M frequency = Frequency.from_str("M") ``` **TODOs** - [ ] Find...
**Rationale** `pandas/io/formats/excel.py` complains that Excel does not support time-zones with invoking `df.to_excel()` on a dataframe with timezone-aware date-times. The documentation tells you `options={'remove_timezone': True}` to the ExcelWriter initiation, but this...
**Metadata:** - [x] Curve search - [ ] Powerplant search **Time series:** - [x] Load time series data - [ ] Load climate data - [ ] Aggregations and filters...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Hi all, Is it possible to add a new method to get json output for instances, timeseries and ohlc? For api ingestion it could be an advantage to save raw-data...