revert back to retaining NULL
instead of coalescing empty list-col elements into nested NAs
#139
Milestone
NULL
instead of coalescing empty list-col elements into nested NAs
#139
Replacing NULLs with NAs results in the missing vals being a PITA to work with... can't call fns like
drop_na()
or easily filter out missing elements of the list-column.Also, from
replace_na()
:so I think we should stick with what the equivalent is for list-columns as above.
The text was updated successfully, but these errors were encountered: