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
If the first sequence has an empty event table, polars makes the event_table column have a type list(list(str)) instead of the correct list(struct). See e.g. run 9793
If the first sequence has an empty event table, polars makes the
event_tablecolumn have a typelist(list(str))instead of the correctlist(struct). See e.g. run 9793