Stream: helpdesk (published)

Topic: Downside to stripping SentielArrays from CSV.Read DF


view this post on Zulip Timothy (Oct 17 2022 at 01:45):

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: Oct 02 2023 at 04:34 UTC