How to Build an EDA App in Python

Exploratory data analysis (EDA) is an essential and preliminary first steps for exploring and summarizing the main characteristics of datasets. EDA provides the means to help us better understand variables and their relationships. This is achieved by n…


This content originally appeared on DEV Community and was authored by Data Professor

Exploratory data analysis (EDA) is an essential and preliminary first steps for exploring and summarizing the main characteristics of datasets. EDA provides the means to help us better understand variables and their relationships. This is achieved by non-graphical (descriptive statistics) and graphical (data visualization) techniques.

In this article, we will be creating an EDA web app that you can use to speed up your EDA analysis or allow your colleagues to perform EDA without having to code in Python. A simple upload of the input CSV file is all it takes to perform EDA analysis.

You can also refer to my YouTube video How to build an Exploratory Data Analysis app using Pandas Profiling on my YouTube channel (Data Professor) as a supplement to this article.

Read the full article


This content originally appeared on DEV Community and was authored by Data Professor


Print Share Comment Cite Upload Translate Updates
APA

Data Professor | Sciencx (2021-06-08T07:04:09+00:00) How to Build an EDA App in Python. Retrieved from https://www.scien.cx/2021/06/08/how-to-build-an-eda-app-in-python/

MLA
" » How to Build an EDA App in Python." Data Professor | Sciencx - Tuesday June 8, 2021, https://www.scien.cx/2021/06/08/how-to-build-an-eda-app-in-python/
HARVARD
Data Professor | Sciencx Tuesday June 8, 2021 » How to Build an EDA App in Python., viewed ,<https://www.scien.cx/2021/06/08/how-to-build-an-eda-app-in-python/>
VANCOUVER
Data Professor | Sciencx - » How to Build an EDA App in Python. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/06/08/how-to-build-an-eda-app-in-python/
CHICAGO
" » How to Build an EDA App in Python." Data Professor | Sciencx - Accessed . https://www.scien.cx/2021/06/08/how-to-build-an-eda-app-in-python/
IEEE
" » How to Build an EDA App in Python." Data Professor | Sciencx [Online]. Available: https://www.scien.cx/2021/06/08/how-to-build-an-eda-app-in-python/. [Accessed: ]
rf:citation
» How to Build an EDA App in Python | Data Professor | Sciencx | https://www.scien.cx/2021/06/08/how-to-build-an-eda-app-in-python/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.