
Exploratory Data Analysis in Python
28 June, 2022
4
4
0
Contributors
Import CSV data into Python
Prerequisites
Exploratory Data Analysis


Visualizing Car Makes

Visualizing Fuel Types

Fuel types per Year

What about the price?
Conclusion
As we’ve seen, importing CSV data into python pandas is relatively easy. It gets more complicated as we start to look for insights. Some simple functions like head or describe will give us much information.
With all that early knowledge, we can use graphs to visualize how the data is distributed and even how variables evolve — like fuel types. We can use that knowledge to form hypotheses and quickly prove or disprove them.
Originally published at https://www.zenrows.com
python
data science
data analysis
eda
programming