fst icon indicating copy to clipboard operation
fst copied to clipboard

Unable to save embedded lists

Open OfekShilon opened this issue 2 years ago • 0 comments

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.

OfekShilon avatar Jan 09 '23 13:01 OfekShilon