Jon Moen Drange
Jon Moen Drange
Hi, guys I'm living in Norway, which is in the Central European Timezone (CET). CET has Daylight Saving Time. That means that we move one hour forward at 2 o'clock...
- [ ] 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...
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...