Since I"m storing results with JLD2, having SentielArrays needed to reconstruct the DataFrames is a little bit annoying. As such, I'm wondering if there is any downside do running the following:
setfield!(df, :columns, Vector{AbstractVector}(getfield(df, :columns) .|> Array))
Last updated: Mar 09 2026 at 05:37 UTC