`.duplicated()`, `.drop_duplicates()` 2. **Handle missing values** — `.isna()`, `.fillna()`, `.dropna()`, `.interpolate()` 3. **Fix data types** — `.astype()`, `pd.to_numeric()`, `pd.to_datetime()` 4. **Strip whitespace from strings** — `.str.strip()` 5. **Standardize string case** — `.str.lower()`,