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: Nov 06 2024 at 04:40 UTC