Express library is a Python package designed to streamline the data visualization process in a consultancy environment. This package aims to facilitate the quick transformation of data into insightful visualizations. It is developed on top of standard libraries such as Plotly and Circlify.
Project description
README.md for ExpressLibrary
Table of Contents
Introduction
ExpressLibrary is a Python package designed to streamline the data visualization process in a consultancy environment. This package aims to facilitate the quick transformation of data into insightful visualizations. It is developed on top of standard libraries such as Plotly and Circlify and offers easy integration with Power BI.
Installation
pip install ExpressLibrary
Usage
from ExpressLibrary import BarChart
# Load your data (as pandas DataFrame)
data = ...
# Create chart
chart = BarChart(data, 'x_column_name', ['y_column_name'])
chart.set_labels('X Label', 'Y Label')
chart.set_colors(['blue'])
chart.create_simple_bar()
Available Charts:
- Bar chart with different variations
- Scatter plot with varying dot sizes
- Circle packing chart
- Hierarchical network chart
- Heatmaps
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
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 ExpressLibrary-0.1.0.tar.gz.
File metadata
- Download URL: ExpressLibrary-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83739cf92513a1c40a0f2f02e55c0e62bb77f7bd1fe99bad28cf3df6dce85f85
|
|
| MD5 |
ba98b0996f6944aed2e52234aa0c012d
|
|
| BLAKE2b-256 |
e0173825f83fba5e6c6b496701e14bda5e5a439f91b0c920069e695f9a42b12c
|
File details
Details for the file ExpressLibrary-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ExpressLibrary-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0c900bfa3641c13653467bfcc1844ebc17039d50f2342057f1ff410073ca480
|
|
| MD5 |
cd33dc3343bcf922099686ed87b92db5
|
|
| BLAKE2b-256 |
1d58cf47633860a732ff97183eaaff57c9b9b93d55420a08cef462b4b3bfba71
|