No project description provided
Project description
Streamlit Pivot Table
This Project is created at 2025 Jan 6th
import streamlit as st
from streamlit_pivottable import streamlit_pivottable
st.set_page_config(layout='wide')
data = [
{
"Name": "Name_1",
"Age": 58,
"City": "Phoenix",
"Salary": 87052,
"Department": "IT",
"Joining Date": "2020-01-31",
},
{
"Name": "Name_2",
"Age": 25,
"City": "Los Angeles",
"Salary": 85082,
"Department": "HR",
"Joining Date": "2020-02-29",
},
{
"Name": "Name_3",
"Age": 19,
"City": "Phoenix",
"Salary": 119131,
"Department": "Marketing",
"Joining Date": "2020-03-31",
},
{
"Name": "Name_4",
"Age": 35,
"City": "Houston",
"Salary": 74671,
"Department": "Finance",
"Joining Date": "2020-04-30",
},
{
"Name": "Name_5",
"Age": 33,
"City": "Los Angeles",
"Salary": 45695,
"Department": "Marketing",
"Joining Date": "2020-05-31",
},
]
streamlit_pivottable(data=data,height=50, use_container_width=True, key="streamlit_pivottable")
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
streamlit_pivottable-0.1.3.tar.gz
(560.4 kB
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 streamlit_pivottable-0.1.3.tar.gz.
File metadata
- Download URL: streamlit_pivottable-0.1.3.tar.gz
- Upload date:
- Size: 560.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cac658266ec01414f7460b9b40c582edf360a5ab82c84e2b94301f66dc7d13b1
|
|
| MD5 |
c2c08a2dd3e277d6cbcb70235a791467
|
|
| BLAKE2b-256 |
17df7b49682a54be75ed2ec7ab7d61ff0296327fadff57567e0a3e4592527093
|
File details
Details for the file streamlit_pivottable-0.1.3-py3-none-any.whl.
File metadata
- Download URL: streamlit_pivottable-0.1.3-py3-none-any.whl
- Upload date:
- Size: 565.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac717c2cdea7bc2b95354fe66928a86b803e54b2e426f9876b0b507b9f78e258
|
|
| MD5 |
3bbae3cb9dc9497ad2eb5dae6fc9b7cf
|
|
| BLAKE2b-256 |
2e220188c9e2b80b15ed2a9f884b42e05e74b40b5bf7ac21b26e93f0d00329b1
|