Automate the exploratory data analysis (EDA) to understand the data faster and easier

<h1>What is EDA?</h1> <p>EDA is one of the most important things we need to do as an approach to understand the dataset better. Almost all data analytics or data science professionals do this process before generating insights or doing data modeling.&nbsp;<strong>In real life, this process took a lot of time, depending on the complexity and completeness of the dataset we have.</strong>&nbsp;Of course, more variables make us explore more to get the summary we need before doing the next steps.</p> <p>That&rsquo;s why using R or Python, the most common programming language to do data analysis, some packages help to do that process faster and easier, but not better. Why not better? Because it only shows us a summary, before we focus to explore deeper any variables we find &ldquo;interesting&rdquo;.</p> <p><a href="https://medium.com/codex/automate-the-exploratory-data-analysis-eda-to-understand-the-data-faster-not-better-2ed6ff230eed"><strong>Click Here</strong></a></p>
Tags: Data Faster