What does Float64(?) mean, for example, in a DataFrame?
Typicall that entries are missing, so the column type is some Union{Missing,...}
You might like to look at the thread Difference between Union{Missing, Float64} and Float64?
What does Float64(?) mean, for example, in a DataFrame?
Typicall that entries are missing, so the column type is some Union{Missing,...}
You might like to look at the thread Difference between Union{Missing, Float64} and Float64?