eq-python-client icon indicating copy to clipboard operation
eq-python-client copied to clipboard

Python library for Energy Quantified's Time Series API.

Results 13 eq-python-client issues
Sort by recently updated
recently updated
newest added

- [ ] 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...

documentation

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...

enhancement

How to list attributes in curves and places.

documentation

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...

enhancement
question

**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...

enhancement
question

**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...

documentation
enhancement

**Metadata:** - [x] Curve search - [ ] Powerplant search **Time series:** - [x] Load time series data - [ ] Load climate data - [ ] Aggregations and filters...

documentation

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...

dependencies

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...