tidyr has [drop_na](https://tidyr.tidyverse.org/reference/drop_na.html). pandas has [dropna](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.dropna.html). Could siuba have a similar function?