MaskedArray.torecords()

numpy.ma.MaskedArray.torecords

MaskedArray.torecords() [source]

Transforms a masked array into a flexible-type array.

The flexible type array that is returned will have two fields:

  • the _data field stores the _data part of the array.
  • the _mask field stores the _mask part of the array.
登录查看完整内容
Parameters:

None