Skip to main content

A creative and innovative Python library for data analysis with single command

Project description

QuickInsights

A creative and innovative Python library for data analysis that goes beyond basic libraries like NumPy and Pandas. Provides advanced features for big data analysis with a single command.

What is it?

QuickInsights is a Python package that provides comprehensive data analysis capabilities through an intuitive interface. It aims to be a powerful tool for data scientists, analysts, and researchers who need to perform complex data analysis tasks efficiently.

Main Features

  • Comprehensive Data Analysis: Single-command data set analysis with detailed insights
  • Advanced Visualization: Integration with Matplotlib, Seaborn and Plotly for professional charts
  • Performance Optimization: Lazy evaluation, caching, parallel processing for large datasets
  • Cloud Integration: Support for AWS S3, Azure Blob, Google Cloud Storage
  • AI-Powered Insights: Automatic pattern detection and trend analysis using machine learning
  • Real-time Pipeline: Streaming data processing capabilities
  • Modular Architecture: Easily extensible and customizable framework

Installation

From PyPI (Recommended)

pip install quickinsights

From Test PyPI (Developer Version)

pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ quickinsights

From Source

git clone https://github.com/erena6466/quickinsights.git
cd quickinsights
pip install -e .

Quick Start

import quickinsights as qi
import pandas as pd

# Sample dataset
df = pd.DataFrame({
    'A': [1, 2, 3, 4, 5],
    'B': [4, 5, 6, 7, 8],
    'C': ['a', 'b', 'a', 'b', 'a']
})

# Comprehensive analysis with single command
result = qi.analyze(df, show_plots=True, save_plots=True)

# Dataset information
info = qi.get_data_info(df)

# Outlier detection
outliers = qi.detect_outliers(df)

# Performance optimization
optimized_df = qi.memory_optimize(df)

Advanced Usage

AI-Powered Analysis

from quickinsights.ai_insights import AIInsightEngine

ai_engine = AIInsightEngine(df)
insights = ai_engine.get_insights()
trends = ai_engine.predict_trends()

Cloud Integration

# Upload to AWS S3
qi.upload_to_cloud('data.csv', 'aws', 'my-bucket/data.csv', bucket_name='my-bucket')

# Process data from cloud
result = qi.process_cloud_data('aws', 'my-bucket/data.csv', processor_func, bucket_name='my-bucket')

Real-time Pipeline

from quickinsights.realtime_pipeline import RealTimePipeline

pipeline = RealTimePipeline()
pipeline.add_transformation(lambda x: x * 2)
pipeline.add_filter(lambda x: x > 10)
results = pipeline.process_stream(data_stream)

Dependencies

  • Core: pandas>=1.3.0, numpy>=1.20.0, matplotlib>=3.3.0
  • Visualization: seaborn>=0.11.0, plotly>=5.0.0
  • Scientific: scipy>=1.7.0
  • Optional: numba, dask, cupy, boto3, azure-storage-blob, google-cloud-storage

Documentation

For detailed API documentation, see docs/api.md.

For command list, see COMMANDS.md.

Contributing

To contribute, please read CONTRIBUTING.md.

License

This project is licensed under the MIT License.

Support

Project Status

  • Core Library: Completed
  • Modular Architecture: Completed
  • Test Suite: 100% success rate
  • PyPI Release: Version 0.1.1 available
  • Documentation: Comprehensive documentation

Future Plans

  • Enhanced ML algorithms
  • Web dashboard interface
  • Performance benchmarks
  • Community building
  • Additional data sources

QuickInsights - Simplifying data analysis and enhancing performance with Python 🚀

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

quickinsights-0.1.2.tar.gz (46.0 kB view details)

Uploaded Source

Built Distribution

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

quickinsights-0.1.2-py3-none-any.whl (45.3 kB view details)

Uploaded Python 3

File details

Details for the file quickinsights-0.1.2.tar.gz.

File metadata

  • Download URL: quickinsights-0.1.2.tar.gz
  • Upload date:
  • Size: 46.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for quickinsights-0.1.2.tar.gz
Algorithm Hash digest
SHA256 6c5d307c92007c1e22f6968cf22f2a62ffef095329b8fe46a2e7c79ddd30b6e8
MD5 d3df812efa7fab564448ff03429618cc
BLAKE2b-256 4a36570d86b83849348a6ec4c25f55c758b9ccd4df641b1c44da8fc54c32112f

See more details on using hashes here.

File details

Details for the file quickinsights-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: quickinsights-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 45.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for quickinsights-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d491281f47affd3e509aa177defbb117970d6bf0754b29e5e1285335f1e058dc
MD5 65154fc8e0112d163f3ac1bf7dea8ab0
BLAKE2b-256 20944fd16a835fd13ab801f5a3ed5d482689f4f38b892876eecd2492b70c2bed

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