jvigneron
Results
2
comments of
jvigneron
With the latest versions (DataFrames v1.6.1 & XLSX v0.10.0) , your first example works as expected but the second one thows an error : ```julia (cols, colnames) = XLSX.readtable("df.xlsx", "Sheet1")...
@stensmo You can just add the null=missing parameter to JSON.parse : ```julia data = JSON.parse(String(response.body);null=missing) ```