The Function flags those values in the the passed data series, that are
associated with "missing" data. The missing data indicator (`np.nan` by default)
, can be altered to any other value by passing this new value to the
parameter `nodata`.
| parameter | data format | description |
### Parameters
| ------ | ------ | ------ |
| parameter | data type | default value | description |
| nodata | any Value. (Default = np.nan). | Any value, that shall indicate missing data in the passed dataseries. (If value is not `np.nan`, evaluation will be performed by `nodata == data`) |