MCPcopy
hub / github.com/quantopian/zipline / not_missing

Method not_missing

zipline/lib/labelarray.py:459–465  ·  view source on GitHub ↗

Like ~isnan, but checks for locations where we store missing values.

(self)

Source from the content-addressed store, hash-verified

457 )
458
459 def not_missing(self):
460 """
461 Like ~isnan, but checks for locations where we store missing values.
462 """
463 return (
464 self.as_int_array() != self.reverse_categories[self.missing_value]
465 )
466
467 def _equality_check(op):
468 """

Callers 2

methodMethod · 0.95

Calls 1

as_int_arrayMethod · 0.95

Tested by 1