What does a question mark mean next to type in a DataFrame?

What does Float64(?) mean, for example, in a DataFrame?

Typicall that entries are missing, so the column type is some Union{Missing,...}

2 Likes

You might like to look at the thread Difference between Union{Missing, Float64} and Float64?

1 Like