# Missing values The canonical missing-value test and the recommended fill values, as defined by the convention and explained in the [missing values](../guide/missing-values.md) chapter. ```{eval-rst} .. autofunction:: h5col.recommended_fill .. autofunction:: h5col.is_missing .. autofunction:: h5col.validate_fill_outside_range ```