-
craftutils.wrap.dragons.Table.Row.__array__(dtype=
None) Support converting Row to np.array via np.array(table).
Coercion to a different dtype via np.array(table, dtype) is not supported and will raise a ValueError.
If the parent table is masked then the mask information is dropped.