fstpackage / fst

Lightning Fast Serialization of Data Frames for R
http://www.fstpackage.org/fst/
GNU Affero General Public License v3.0
614 stars 42 forks source link

Unable to save embedded lists #273

Open OfekShilon opened 1 year ago

OfekShilon commented 1 year ago
df <- data.frame(a=1:4, b=I(list(1,1:2,1:3,1:4)))
fst::write_fst(df, "~/tmp/t1")
# Error in fst::write_fst(df, "~/tmp/t1") : Unknown type found in column.