```python >>> False & pd.NA False >>> np.bool_(False) & pd.NA <NA> ``` this surprised me; is it on purpose @jorisvandenbossche?