The result of `.str.strip().str.title()` is computed but never assigned back to the DataFrame column: ```python # WRONG: result is discarded df["name"].str.strip().str.title()