Skip to main content

Explorytics

Explorytics is a Python library designed to simplify the process of exploratory data analysis (EDA). With an intuitive interface and powerful visualization tools, it provides quick insights into datasets, helping you understand distributions, correlations, and outliers with ease.

Features

  • Comprehensive Data Analysis: Perform statistical and visual analysis in a few lines of code.
  • Interactive Visualizations: Generate dynamic plots for distributions, correlations, and relationships.
  • Outlier Detection: Identify and explore outliers across various features.
  • User-Friendly API: Designed for simplicity and ease of use, even for beginners.

Installation

Install Explorytics using pip:

pip install explorytics

Getting Started

Here's a quick example of how to use Explorytics with the Wine dataset from scikit-learn:

# Import required libraries
import pandas as pd
from sklearn.datasets import load_wine
from explorytics import DataAnalyzer

# Load the wine dataset
wine = load_wine()
df = pd.DataFrame(wine.data, columns=wine.feature_names)
df['wine_class'] = wine.target

# Initialize the analyzer
analyzer = DataAnalyzer(df)

# Perform analysis
results = analyzer.analyze()

# Generate a distribution plot
analyzer.visualizer.plot_distribution('alcohol', kde=True).show()

# Generate a correlation heatmap
analyzer.visualizer.plot_correlation_matrix().show()

Documentation

The complete documentation is available here. It includes details on:

  • Installation and setup
  • Usage examples
  • API references for key classes and methods
  • Advanced configuration options

Examples

Explore the examples folder for Jupyter notebooks showcasing various use cases, including:

  • Basic data exploration
  • Advanced feature relationships
  • Outlier detection and analysis

Contributing

We welcome contributions! If you'd like to contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes and commit: git commit -m 'Add feature name'.
  4. Push to the branch: git push origin feature-name.
  5. Open a pull request.

Please ensure your code adheres to the existing style and includes tests for any new functionality.

License

Explorytics is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgments

This library was inspired by a course I was pursuing on Coursera: Exploratory Data Analysis for Machine Learning. Special thanks to the open-source community for providing inspiration and support.


Start exploring your data today with Explorytics!

Release files for explorytics 0.1.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for explorytics 0.1.5
File Size Uploaded
explorytics-0.1.5.tar.gz 35.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for explorytics 0.1.5
File Interpreter ABI Platform
explorytics-0.1.5-py3-none-any.whl Python 3 none any Details

Total release size: 42.5 kB

Release files / explorytics-0.1.5.tar.gz

Download URL explorytics-0.1.5.tar.gz
Size 35.3 kB
Tags Source
SHA-256 checksum
How to use checksums
b0288c9725073d18cde6f88c541958ae932bdc58966f82b0b5c609e1a11b2af7
BLAKE2b-256 checksum
How to use checksums
d261972d77c2f6285553609e3528ca53bf95622997d7e06b256e1a7d366df568
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.0.1 CPython/3.10.14

Release files / explorytics-0.1.5-py3-none-any.whl

Download URL explorytics-0.1.5-py3-none-any.whl
Size 7.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
5dfe6b93af99758355e70ba33a4f8373fd911a63fd30abc3574de87f18361b55
BLAKE2b-256 checksum
How to use checksums
20d1c0906bf324101b6e1513132e79117e77c19628123bdb12617277eaa4c2d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.0.1 CPython/3.10.14

Release history Release notifications | RSS feed

This release

0.1.5 This release

2 release files

0.1.4

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page