craftutils.wrap.dragons.Table.filled(fill_value=None)

Return copy of self, with masked values filled.

If input fill_value supplied then that value is used for all masked entries in the table. Otherwise the individual fill_value defined for each table column is used.

Parameters

fill_valuestr

If supplied, this fill_value is used for all masked entries in the entire table.

Returns

filled_table~astropy.table.Table

New table with masked values filled