Good stuff. Here's a stab at the inverse:
function json2df(jsonstr)
dictvec = JSON.parse(jsonstr)
DataFrame(Dict(map(k->(k=>[row[k] for row in dictvec]), keys(dictvec[1
]))))
end- [julia-users] DataFrame to JSON Eric Forgy
- [julia-users] Re: DataFrame to JSON Eric Forgy
- [julia-users] Re: DataFrame to JSON Tomas Lycken
- [julia-users] Re: DataFrame to JSON Eric Forgy
- [julia-users] Re: DataFrame to JSON JobJob
- [julia-users] Re: DataFrame to JSON Eric Forgy
- [julia-users] Re: DataFrame to JSON JobJob
