i have a dataframe like the following :
julia> DataFrame(val=1:10, percent=nothing) 10×2 DataFrame Row │ val percent │ Int64 Nothing ─────┼─────