You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread '<unnamed>' panicked at crates/polars-time/src/windows/duration.rs:468:85:
called `Result::unwrap()` on an `Err` value: ComputeError(ErrString("datetime '2020-03-29 01:42:00' is non-existent in time zone 'Europe/London'. Non-existent datetimes are not yet supported"))note: run with `RUST_BACKTRACE=1` environment variable to display a backtraceTraceback (most recent call last): File "/home/marcogorelli/scratch/t.py", line 4, in<module> pl.Series([datetime(2020, 3, 29, 2, 1)]).dt.replace_time_zone('Europe/London').dt.truncate('46m') File "/home/marcogorelli/scratch/.venv/lib/python3.11/site-packages/polars/series/utils.py", line 107, in wrapperreturns.to_frame().select_seq(f(*args, **kwargs)).to_series() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/marcogorelli/scratch/.venv/lib/python3.11/site-packages/polars/dataframe/frame.py", line 8141, in select_seqreturnself.lazy().select_seq(*exprs, **named_exprs).collect(_eager=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/marcogorelli/scratch/.venv/lib/python3.11/site-packages/polars/lazyframe/frame.py", line 1934, in collectreturnwrap_df(ldf.collect()) ^^^^^^^^^^^^^pyo3_runtime.PanicException: called `Result::unwrap()` on an `Err` value: ComputeError(ErrString("datetime '2020-03-29 01:42:00' is non-existent in time zone 'Europe/London'. Non-existent datetimes are not yet supported"))
Checks
Reproducible example
Log output
Issue description
this should raise a proper error
Expected behavior
this should raise a proper error
Installed versions
The text was updated successfully, but these errors were encountered: