Skip to main content

Automatically generate charts and dashboards from datasets

Project description

AutoChartPy

AutoChartPy is a Python library to automatically generate beautiful charts and dashboards from raw datasets.

Features

  • Automatic Chart Suggestions: Recommends the best chart types for your data.
  • Customizable Visualizations: Create line charts, bar charts, scatter plots, and histograms.
  • Interactive Dashboards: Combine multiple charts into one layout.

Installation

pip install autochartpy

Usage

Initialize

from autochartpy.core import AutoChartPy
import pandas as pd

data = pd.read_csv("data.csv")
ac = AutoChartPy(data)

Suggest Chart Types

suggestions = ac.suggest_chart()
print(suggestions)

Generate a Chart

fig = ac.generate_chart(x="Date", y="Sales", chart_type="line")
fig.show()

Create a Dashboard

charts = [
    {"x": "Date", "y": "Sales", "chart_type": "line"},
    {"x": "Category", "y": "Sales", "chart_type": "bar"}
]
dashboard = ac.generate_dashboard(charts)
dashboard.show()

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

autochartpy-0.1.0.tar.gz (1.7 kB view details)

Uploaded Source

Built Distribution

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

autochartpy-0.1.0-py3-none-any.whl (1.7 kB view details)

Uploaded Python 3

File details

Details for the file autochartpy-0.1.0.tar.gz.

File metadata

  • Download URL: autochartpy-0.1.0.tar.gz
  • Upload date:
  • Size: 1.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.6

File hashes

Hashes for autochartpy-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f9004bec3c67a1c5916108f64ba035460f6392d60df869b27dd538b9da8e0942
MD5 e454f104ff8b924baa82bf5966cec328
BLAKE2b-256 d47492ac59559065ba8df4145a81fb443c6458112e4b7b4d990b6eec873daaa7

See more details on using hashes here.

File details

Details for the file autochartpy-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: autochartpy-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 1.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.6

File hashes

Hashes for autochartpy-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ad937f9ea837c4930437c969eefc5140a606330dbe3cd67db08631ab3cfd2fe5
MD5 5a51c4ba2863fef6eabd005864061f10
BLAKE2b-256 1f12ad3a578cf73c7edb0c1fe70ca4a9c11a574d7fd484882f27a32f45bc7eeb

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