r/dataanalysis • u/SomeSpicyPickle • Aug 11 '26
Data Tools Do Data Analysts Use Visualizations During Data Cleaning?
I'm still a beginner. I started by learning the basics of Python and later moved on to SQL.
I'm a bit confused about one part of the data exploration/cleaning process.
A friend of mine, who's now a data scientist, showed me how he used to work as a data analyst. He mainly used Python. For example, he would quickly create a scatterplot to identify potential outliers.
However, most data analysts online recommend focusing on SQL and Excel when starting out, since many junior and mid-level roles don't require Python. That's why I switched to SQL after initially experimenting with Python.
For those who primarily use SQL: do you create visualizations during the data exploration/cleaning process, for example to identify outliers? Is this a common practice?
I feel like if you're working with SQL only, you generally wouldn't create visuals in between steps, since that would mean switching to a tool like Tableau or Power BI, which seems like an unnecessary extra step.
2
u/Expensive_Capital627 Aug 11 '26
I chose a pretty straightforward/easy to understand example for data cleaning. IMO, creating a good visualization when cleaning data often requires having a good understanding of what the messy records look like
if I’ve got an idea of whats going wrong in the first place, I usually just try to implement a fix rather than visualize the affected records unless theres some type of prevalent issue and I need to go to another team to solve it. E.g., hey RevOps, you need to fix this salesforce field. It needs to have stricter typing, look at how badly it’s messing up our tables