Previously, under DataArray, I could do df2 = df[!isna(df[:somvar),:]
Is there a NullableArray equivalent to isna()? I've tried isnull(), which is not defined. Thanks
Previously, under DataArray, I could do df2 = df[!isna(df[:somvar),:]
Is there a NullableArray equivalent to isna()? I've tried isnull(), which is not defined. Thanks