pandas.Panel.mask

Panel.mask(cond)

Returns copy whose values are replaced with nan if the inverted condition is True

Parameters:cond : boolean NDFrame or array
Returns:wh: same as input