Sweetviz: EDA (Exploratory Data Analysis) in two lines of code in Python
Sweetviz: Powerful Automated EDA in Python Overview of Sweetviz S weetviz is an open-source Python library used to perform quick EDA (Exploratory Data Analysis). The library offers beautiful, high-density visualizations for EDA with only a few lines of code. The output file generated will be a 1080p widescreen fully self-contained HTML application opens in your default web browser. The latest version of Sweetviz is 2.1.0 released on April 1, 2021. Sweetviz not only helps in quick visu a lization of target variables but also offers the comparison of Train and Test data in various aspects. It also offers the functionality to compare two subsets of the same data set with its compare_intra() function. For example feature with multiple categories. example Region with values as America, Europe, Nordic, Middle East, Africa, and Asia. We can compare America with others(Europe, Nordic, Middle East, Africa, and Asia) using compare_intra(…). Sweetviz has three main functi...