-
craftutils.wrap.dragons.Table.filled(fill_value=
None) Return copy of self, with masked values filled.
If input
fill_valuesupplied then that value is used for all masked entries in the table. Otherwise the individualfill_valuedefined for each table column is used.Parameters¶
- fill_valuestr
If supplied, this
fill_valueis used for all masked entries in the entire table.
Returns¶
- filled_table~astropy.table.Table
New table with masked values filled