dropna() (Pandas)
df.dropna() removes rows (or columns) that contain missing values. It is the quickest way to discard incomplete records before analysis.
df.dropna() removes rows (or columns) that contain missing values. It is the quickest way to discard incomplete records before analysis.