Yes, actually , on my current project I'm analyzing a synthetic travel dataset (10K rows, 33 features) and one of my encoded columns had inconsistent category labels like same value, different capitalizations. Model didn't throw an error. Output looked fine. But the groupings were completely off. Caught it during EDA, not during modeling. Which is exactly the problem bad data doesn't always break things loudly. Sometimes it just quietly gives you wrong answers.
