Skip to main content

AI-powered statistical analysis for Jupyter notebooks

Project description

Crosstabs Analytics

AI-powered statistical analysis for Jupyter notebooks.

Installation

pip install crosstabs-analytics

Quick Start

import pandas as pd
from crosstabs_analytics import CrosstabsAnalyzer

# Load your data
df = pd.read_csv('your_data.csv')

# Initialize analyzer
crosstabs = CrosstabsAnalyzer()

# Analyze your data
results = crosstabs.analyze(df)
display(results)

Features

  • AI-Powered Analysis: Get GPT-4 powered statistical insights
  • Beautiful Results: View results in interactive HTML format
  • Multiple Export Formats: PDF, Excel, JSON
  • Batch Processing: Analyze multiple datasets
  • Custom Parameters: Tailor analysis to your needs
  • Integration: Works with matplotlib, seaborn, and other tools

Usage Examples

Basic Analysis

from crosstabs_analytics import CrosstabsAnalyzer

crosstabs = CrosstabsAnalyzer()
results = crosstabs.analyze(df)
display(results)

Batch Analysis

datasets = {
    'Q1_2024': df1,
    'Q2_2024': df2,
    'Q3_2024': df3
}

batch_results = crosstabs.batch_analyze(datasets)

Export Results

raw_results = crosstabs.get_raw_results(df)
pdf_url = crosstabs.export_pdf(raw_results['analysis_id'])
excel_url = crosstabs.export_excel(raw_results['analysis_id'])

Requirements

  • Python 3.8+
  • pandas
  • numpy
  • requests
  • matplotlib
  • seaborn
  • jupyter

Support

License

MIT License

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

crosstabs_analytics-1.0.0.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

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

crosstabs_analytics-1.0.0-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file crosstabs_analytics-1.0.0.tar.gz.

File metadata

  • Download URL: crosstabs_analytics-1.0.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for crosstabs_analytics-1.0.0.tar.gz
Algorithm Hash digest
SHA256 73c203466be6b02b30f01c79aef70af0bc257faa203dab2fa723cf506734f5cf
MD5 2e1faf2926cf2291e54cc680538d63b8
BLAKE2b-256 8abd0bbb4be10aabc617854e6b9f5c577441ad9af489e20d25419f80bfede3d1

See more details on using hashes here.

File details

Details for the file crosstabs_analytics-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for crosstabs_analytics-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 09c69650f072e171943e4bc9b241a89c2d38b1e7f1915cbd4503049b11737d03
MD5 8a1674674173716ff6bedf6e5849d3ba
BLAKE2b-256 9cb8d5bccf750efd7f56597b0ee6ba2533698e56735a7f1df914f0e312b20846

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