๐ŸŒ€Data Exploration

Data exploration is the initial act of getting to know your data and what youโ€™re working with, often working with raw data to find any initial characteristics and patterns. Data visualization can help here by visualizing your datasets. Itโ€™s also part of the initial process of preparing your data, and may involve cleaning, transforming, and working with any anomalies. These tools will help make your initial data exploration process easy.

ydata-profiling

ydata-profiling primary goal is to provide a one-line Exploratory Data Analysis (EDA) experience in a consistent and fast solution. Like pandas df.describe() function, that is so handy, ydata-profiling delivers an extended analysis of a DataFrame while allowing the data analysis to be exported in different formats such as html and json.

The package outputs a simple and digested analysis of a dataset, including time-series and text.

Sweetviz

Sweetviz is an open-source Python library that generates beautiful, high-density visualizations to kickstart EDA (Exploratory Data Analysis) with just two lines of code. Output is a fully self-contained HTML application. The system is built around quickly visualizing target values and comparing datasets. Its goal is to help with a quick analysis of target characteristics, training vs testing data, and other such data characterization tasks.

Apache Superset

Apache Superset is a must-try project for any ML engineer, data scientist, or data analyst. Features include an intuitive interface for visualizing datasets and building interactive dashboards. Performance is impressive, has an impressive integration library, and solid security and authentication. The no-code visualization builds are a handy feature. Apache Superset remains popular thanks to how well it gives you control over your data.

Algorithm-visualizer

Algorithm Visualizer is an interactive online platform that visualizes algorithms from code. It offers visualization tools in various languages including JavaScript, Java, and C++. The project was inspired by a group of coders looking to visualize what theyโ€™re working on, thus creating a tool that can show algorithms and descriptions of algorithms in real time.

Visitors

Last updated