Return the rows of orders where rating is missing
pandas · from Missing data
.isna().dropna().fillna().ffill()subset=thresh=pd.NAPutting the kettle on…
Starting up…
Exercise 2
Return the rows of orders where rating is missing.
your answer
stuck? the lesson behind it
Missing data
Dropping and filling are different claims — and they give different answers.