childmindresearch / bids2table

Efficiently index large-scale BIDS neuroimaging datasets and derivatives
https://childmindresearch.github.io/bids2table/
MIT License
13 stars 5 forks source link

Fix handling of null entities #8

Closed clane9 closed 1 year ago

clane9 commented 1 year ago

Previous way of detecting null entities missed np.nan. Switch to using pandas.isna().