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
Release history Release notifications | RSS feed
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
File details
Details for the file symphony_summary-1.0.2.tar.gz
.
File metadata
- Download URL: symphony_summary-1.0.2.tar.gz
- Upload date:
- Size: 6.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 624c24272c5d7ac9dd778962c23e2006e7f0aebf84c1e1fcf7c783836a41e9db |
|
MD5 | 8120669a5e6265f0e9cf60e4c95f32d8 |
|
BLAKE2b-256 | 6195d6bbb5f28b76f1cd517e605476dcb0e7953b4ddd93f4b3df75854b208c29 |
File details
Details for the file symphony_summary-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: symphony_summary-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 11.4 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53bcb80820aa4392caff27b89130b73e1de913c2442584f5e9d353d36de5a53c |
|
MD5 | 11d7d428f89d5acc1687064328ba5488 |
|
BLAKE2b-256 | d205712d5787c8cb7536f4eb5dd69b9c79526fd4dea2bdf7d500f5c2491137e5 |