median_completeness is being set to NA when filtered_df is empty. Which is causing the TypeError: boolean value of NA is ambiguous error reported in issue#349.
Setting median completeness to 0 when it's NA seems to resolve this without causing any more bugs.
median_completeness
is being set to NA whenfiltered_df
is empty. Which is causing theTypeError: boolean value of NA is ambiguous
error reported in issue#349. Setting median completeness to 0 when it's NA seems to resolve this without causing any more bugs.