- `null` values - empty strings - `NaN` numbers - `NaT` timestamps ## Pandas ```python (df.isna() | (df == '')).sum() ``` ## PySpark ???