Error converting from a DataFrames.DataFrame to a Pandas.Dataframe

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.