Simple Data Exploration With 10 Lines Of Code

Jason LZP
Level Up Coding
Published in
3 min readJul 4, 2021

--

Exploratory data analysis (EDA) is a crucial step that can be found whenever dealing with data. Depending on the complexity and customisation needed, additional options can be added, but at its core, you’ll learn how to perform simple EDA with just 10 lines of Python code.

Lastly, you can also choose to export the report summary which contains frequently used EDA statistics in an HTML…

--

--