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-ops/src/chunked_array/datetime/replace_time_zone.rs:71:76:
called `Option::unwrap()` on a `None` valuenote: run with `RUST_BACKTRACE=1` environment variable to display a backtraceTraceback (most recent call last): File "/home/marcogorelli/scratch/t.py", line 11, in<module> result = df.select( ^^^^^^^^^^ File "/home/marcogorelli/scratch/.venv/lib/python3.11/site-packages/polars/dataframe/frame.py", line 8116, inselectreturnself.lazy().select(*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 `Option::unwrap()` on a `None` value
Checks
Reproducible example
Log output
Issue description
it panics
Expected behavior
it should just return a null
Installed versions
The text was updated successfully, but these errors were encountered: