DeleteMissing¶
Status: Stable
documented, exercised by the test suite and/or worked examples, with no known limitations recorded.
Description¶
DeleteMissing[expr]
Removes all Missing[...] elements (equivalent to
DeleteCases[expr, _Missing]). Over an association, drops entries whose
value is Missing[...].
Examples¶
All examples below are verified against the current Mathilda build.
Implementation notes¶
Attributes: Protected.
Implementation status¶
Stable — documented, exercised by the test suite and/or worked examples, with no known limitations recorded.
References¶
- Source:
src/patterns.c - Specification:
docs/spec/builtins/data-structures.md