Skip to main content

An all-encompassing, automated toolkit for deep Exploratory Data Analysis and reporting.

Project description

Decyphr

An all-encompassing, automated toolkit for generating deep, professional, and interactive Deep Data Analysis reports with a single line of code. It's not just a normal EDA.

Decyphr is designed to accelerate the data science workflow by automating the tedious and time-consuming process of initial data exploration. It goes beyond basic profiling to provide deep statistical insights, advanced machine learning-driven analysis, and a stunning, presentation-ready report that is as beautiful as it is informative.

Dashboard Example Dashboard Example

Key Features

Decyphr provides a comprehensive suite of analyses, intelligently triggered based on your data's characteristics:

Complete Overview: Instant summary of dataset shape, memory usage, variable types, and data quality warnings.

Deep Univariate Analysis: Detailed statistical profiles, histograms, and frequency charts for every variable.

Multivariate Analysis: Stunning, interactive heatmaps for both linear (Pearson) and non-linear (Phik) correlations.

Advanced Data Quality: Automatically detects constant columns, whitespace issues, and potential outliers using multiple methods (IQR, Isolation Forest).

Statistical Inference: Performs automated Hypothesis Testing (T-Tests, ANOVA, Chi-Squared) to uncover statistically significant relationships.

Machine Learning Insights: PCA: Analyzes dimensionality reduction possibilities. Clustering: Automatically finds hidden segments in your data using K-Means. Feature Importance: Trains a baseline model to identify the most predictive features when a target is provided. Explainable AI (XAI): Generates SHAP summary plots to explain how your features impact model predictions.

Specialized Analysis: Includes dedicated modules for Deep Text Analysis (Sentiment, NER, Topics), Time-Series Decomposition, and Geospatial Mapping.

Data Drift Detection: Compare two datasets to quantify changes in data distribution over time.

High-End Interactive Report: A beautiful, modern dashboard with a toggleable light/dark theme, responsive charts, and a professional UI/UX.

Quick Start

  1. Installation

!pip install decyphr

  1. Importing

import decyphr

  1. Running Analysis

decyphr.analyze(filepath="data/your_data.csv")

  1. Generating Report (Jupyter Notebook)

import os, webbrowser path = os.path.abspath('Reports/your_generated_report_name.html') webbrowser.open(f'file://{path}')

  1. Generating Report (Google Colab)

from google.colab import files files.download("reports/your_report_name.html")

Generated Your First Report

Create a Python script add the above code. Just point it to your dataset and let Decyphr do the rest.

Your professional, interactive HTML report will be automatically saved in a new decyphr_reports/ directory.

Project Structure

This project uses a highly modular "plugin" architecture to ensure it is robust, maintainable, and easy to extend. All analysis and visualization logic is separated into self-contained modules located in the src/decyphr/analysis_plugins/ directory.

Capabilities

While there is no end of this vast ocean but as of now Decyphr can process more than 1 lakh rows with over 1 lakh cells in less than 3 mins. Isn't that amazing !

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Please feel free to fork the repo and create a pull request, or open an issue with suggestions.

License

Distributed under the MIT License. See LICENSE file for more information. Designed and Created by - Ayush Singh

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

decyphr-1.1.0.tar.gz (831.8 kB view details)

Uploaded Source

Built Distribution

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

decyphr-1.1.0-py3-none-any.whl (84.4 kB view details)

Uploaded Python 3

File details

Details for the file decyphr-1.1.0.tar.gz.

File metadata

  • Download URL: decyphr-1.1.0.tar.gz
  • Upload date:
  • Size: 831.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.7

File hashes

Hashes for decyphr-1.1.0.tar.gz
Algorithm Hash digest
SHA256 692fb02527b02d2cf2643da3428c7647f642acb4465c7978dd871383673535e9
MD5 6bd1c6444f0d02607cdefd5d07de5933
BLAKE2b-256 cedc4c721d5dc31c3749be35f3ff1e0f1d8489da139e898cd82ea65de4b7f56f

See more details on using hashes here.

File details

Details for the file decyphr-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: decyphr-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 84.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.7

File hashes

Hashes for decyphr-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 21239846988c1e2bcde414761ec5efa8e618124cd49c882e73c9612f166458e8
MD5 11d4e6f9a965b6f32df426f8b8a368d9
BLAKE2b-256 dd6ee31a5ee877bd24a2ffdae489a45604ca19ab757bc643bbd567c4013ff478

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