-
craftutils.wrap.dragons.Table.MaskedColumn.filled(fill_value=
None) Return a copy of self, with masked values filled with a given value.
Parameters¶
- fill_valuescalar; optional
The value to use for invalid entries (None by default). If None, the
fill_valueattribute of the array is used instead.
Returns¶
- filled_columnColumn
A copy of
selfwith masked entries replaced by fill_value (be it the function argument or the attribute ofself).