Yeah, it looks like that’s how DataValues.jl works
julia> DataValue(missing)
DataValue{Union{}}()
julia> eltype(ans)
Union{}
Anyway, I think it’s better to open an issue in Pandas.jl repo.
Yeah, it looks like that’s how DataValues.jl works
julia> DataValue(missing)
DataValue{Union{}}()
julia> eltype(ans)
Union{}
Anyway, I think it’s better to open an issue in Pandas.jl repo.