Skip to main content

A comprehensive Python library for Exploratory Data Analysis

Project description

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!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

explorytics-0.1.3.tar.gz (52.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

explorytics-0.1.3-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file explorytics-0.1.3.tar.gz.

File metadata

  • Download URL: explorytics-0.1.3.tar.gz
  • Upload date:
  • Size: 52.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.5

File hashes

Hashes for explorytics-0.1.3.tar.gz
Algorithm Hash digest
SHA256 3b90354cfed0c2c14cec909e29097a99b5a57c177da0d1a3eae06f87525c1e40
MD5 43b93b23d0cf6bb381b3d2756132527b
BLAKE2b-256 7c57a5ae85e63a78f3e6e6e37194b17cabdfe79baf1a660059fa0b3be50f99fb

See more details on using hashes here.

File details

Details for the file explorytics-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: explorytics-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.5

File hashes

Hashes for explorytics-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e0d05ba2f262de6018ed4ea37e6be10037c7b9f8f9decea979ecd28cca474e7a
MD5 c8c4d225b10037da7ca596e10a7b617e
BLAKE2b-256 40528c3b4266ac7792e751c0a6c98930c4cacafd927fe94ed3de3ec4038b5326

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page