ADIX is still under development If you encounter any data, compatibility, or installation issues, please don’t hesitate to reach out!
adix (Automatic Data Inspection and eXploration) is a package for Jupyter notebook or Google’s colab notebook. It simplifies Exploratory Data Analysis (EDA) with a single command ix.eda()
. It is a visual wrapper for dataframes, and it currently works with Pandas dataframes.
Experience a streamlined approach to uncovering insights, empowering you to focus on your data without distraction. Color customization is at your fingertips, allowing you to tailor your analysis to your exact needs. Explore your data with confidence and efficiency, knowing that adix has your back every step of the way.
The dashboard at the top serves as a dynamic hub, offering a snapshot of critical insights derived from the dataframe. With its intuitive layout, it provides at-a-glance access to key metrics, trends, and patterns, empowering users to make informed decisions swiftly.
Moreover, the dashboard features four tabs, allowing users to access additional information with ease and delve deeper into the insights presented.
The best way to install adix (other than from source) is to use pip:
pip install adix
The system is designed for rapid visualization of target values and dataset, facilitating quick analysis of target characteristics with just one function ix.eda()
. Similar to pandas’ df.describe() function, it provides extended analysis capabilities, accommodating time-series and text data for comprehensive insights.
import adix as ix
from adix.datasets import load_dataset
titanic = load_dataset('titanic')
ADIX is still under development If you encounter any data, compatibility, or installation issues, please don’t hesitate to reach out!
Latest Posts
Tips for Effective Exploratory Data Analysis (EDA).
The Power of Personalized Environments with Adix
Welcome to the world of automatic data analytics with adix a Jupyter notebook package for data analytics, designed to streamline the process of exploring and understanding your datasets!