Skip to main content

A Symphony component that visualizes an overview of a dataset

Project description

Symphony Summary Widget

A component that displays an overview of the provided dataset table. To configure it, pass a list of SummaryElement. One SummaryElement is defined as:

export interface SummaryElement {
    name: string;
    data: number | ChartData;
}

ChartData is defined as:

export interface ChartData {
    spec: VegaLiteSpec;
    data: Record<string, unknown>;
}

Installation

pip install symphony_summary

Usage

To learn how to use Symphony, see the documentation.

Development

To learn about how to build Symphony from source and how to contribute to the framework, please look at CONTRIBUTING.md and the development documentation.

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

symphony_summary-1.0.2.tar.gz (6.5 MB view hashes)

Uploaded Source

Built Distribution

symphony_summary-1.0.2-py2.py3-none-any.whl (11.4 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page