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.
✨ Features
- 🔍 Comprehensive Data Analysis: Single-command data set analysis
- 📊 Advanced Visualization: Matplotlib, Seaborn and Plotly integration
- 🚀 Performance Optimization: Lazy evaluation, caching, parallel processing
- ☁️ Cloud Integration: AWS S3, Azure Blob, Google Cloud Storage
- 🤖 AI-Powered Insights: Automatic pattern detection and trend analysis
- 📈 Real-time Pipeline: Streaming data processing
- 🔧 Modular Architecture: Easily extensible and customizable
🚀 Installation
Install from Main PyPI (Recommended):
pip install quickinsights
Install from Test PyPI (Developer Version):
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ quickinsights
Developer Installation:
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)
📚 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
- GitHub Issues: https://github.com/erena6466/quickinsights/issues
- Documentation: docs/ folder
- Examples: examples/ folder
🎯 Project Status
- ✅ Core Library: Completed
- ✅ Modular Architecture: Completed
- ✅ Test Suite: 100% success rate
- ✅ Test PyPI: Successfully uploaded
- ✅ Main PyPI: Main PyPI upload successful
- 🔄 CI/CD: Automated testing with GitHub Actions
- 📚 Documentation: Comprehensive documentation
🚀 Future Plans
- Main PyPI upload
- ReadTheDocs integration
- Community building
- Performance benchmarks
- Additional ML algorithms
- Web dashboard
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quickinsights-0.1.1.tar.gz.
File metadata
- Download URL: quickinsights-0.1.1.tar.gz
- Upload date:
- Size: 45.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5a13e0225d02eaa1909417774e7e7919e68a11a19c6e3f6276185a204ca7c66
|
|
| MD5 |
2017afb7ba6fc9dd9fe951db5c65aba7
|
|
| BLAKE2b-256 |
826417ede12910f6fc72131db69e2906dca04eae9d9e82b6b4f42b5955075424
|
File details
Details for the file quickinsights-0.1.1-py3-none-any.whl.
File metadata
- Download URL: quickinsights-0.1.1-py3-none-any.whl
- Upload date:
- Size: 45.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6101c678309c40b55f38e06f1f7b4ca087a82936a239590e8ede1f3d35a61fa6
|
|
| MD5 |
fce6f1600b95c2c84c3b1ce9baa082ba
|
|
| BLAKE2b-256 |
0151e30b4ffebf122b51c373a11164679ce2672f0c2a28c2d0db3578ac811817
|