Standard missing values depend on the data type:
- NaN for double, single, duration, and calendarDuration
- NaT for datetime
- <missing> for string
- <undefined> for categorical
- ' ' for char
- {''} for cell of character arrays
If you need NaN, read in your data as numbers instead of strings.