Jon Moen Drange

Results 7 issues of 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...

documentation

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