I don't love #pandas but this particular incantation is nice

```
pd.DataFrame.isna().mean().sort_values().plot.barh()
```

@almenal99
If you can do better without Pandas, what is the alternative?
@eventorizon pandas is fine, and lots of people know it so it's always common ground for collaboration. But for data wrangling I usually prefer R/tidyverse