A Canvas component that visualizes an overview of a dataset
Project description
Canvas 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 canvas_summary
Usage
To learn how to use Canvas, see the 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
canvas_summary-3.9.6.tar.gz
(3.8 MB
view details)
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 canvas_summary-3.9.6.tar.gz.
File metadata
- Download URL: canvas_summary-3.9.6.tar.gz
- Upload date:
- Size: 3.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8d0614debf63616a0d19a21fb353418b280712a367540ebe1a7d65a1cff2f89
|
|
| MD5 |
71fe9aa9bcaa96f27a01c8ae4f8d5b8a
|
|
| BLAKE2b-256 |
44485916014b9118284820adf39b11c7f655f74bc428d8c95110016e6064da00
|
File details
Details for the file canvas_summary-3.9.6-py2.py3-none-any.whl.
File metadata
- Download URL: canvas_summary-3.9.6-py2.py3-none-any.whl
- Upload date:
- Size: 4.9 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4db08bca2b9e3eafbdc75d678ffa49b551a2945af03e6d26d9ca8f30e271422e
|
|
| MD5 |
0eb5fd539e1a7668cd14574158d88330
|
|
| BLAKE2b-256 |
5aabb52985b93c385efe3260e4318a567951344cf0956001891837f70e3b8887
|