Pivot Table Widget
Project description
PivotTable-Widget
This package provides ipywidget wrapper around Pivot Table package from https://pypi.org/project/pivottablejs/
The wrapper is needed to render Pivot Table in webpage via servers like voila.
The wrapper is written using Iframe widget provided by package - https://pypi.org/project/ipyiframe/.
Build:
python3 -m build
Install:
pip3 install --user ./dist/ptwidget-0.1.0-py3-none-any.whl
Example:
import pandas as pd
import numpy as np
from ptwidget import pivottable as wd
df = pd.DataFrame(np.array([[1, 2, 3], [4, 5, 6], [7, 8, 9]]),columns=['a', 'b', 'c'])
wd.ptwidget(df)
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 ptwidget-0.1.0.tar.gz
.
File metadata
- Download URL: ptwidget-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
dc7cbc7abccc7c133eefc6d64349fe6f12b6528e2820272a76dbddc015e95253
|
|
MD5 |
d819925d2cf6745b935f72e82e2236ee
|
|
BLAKE2b-256 |
bafb0c0e0e4dd9db6d495a9a5e605e96c7a3e73ac99c55096c0bb14f8d4c7c82
|
File details
Details for the file ptwidget-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: ptwidget-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
56e3473ad172dba42c354ae16bec7258e5b91f27c795c0e9e32641465e5403ca
|
|
MD5 |
0ae86840701c75fba3db8e024bab1983
|
|
BLAKE2b-256 |
889cb1bcbb6f879db45679911a7aa45284bd841fb2d40dfd03a1378c1ae691eb
|