ISISNeutronMuon / ISISNeutronMuon/analytics-data-platform
Electricity data ingestion does not cope correctly with ambiguous times
Open
bug
bug: elt-pipeline
bug: elt-source
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 21
Description
When daylight savings time ended the job started failing with the error:
```
File "pandas/_libs/tslibs/tzconversion.pyx", line 371, in pandas._libs.tslibs.tzconversion.tz_localize_to_utc
pytz.exceptions.AmbiguousTimeError: Cannot infer dst time from 2025-10-26 01:30:00, try using the 'ambiguous' argument
```
See the ambiguous argument in https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.tz_localize.html for further explanation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.