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
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.4.tar.gz.
File metadata
- Download URL: streamlit_pivottable-0.1.4.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b22cd6b71e59213727c0bfec882e422151399a71ef176dd2ff89dd424e9a780b
|
|
| MD5 |
2e212968d6f677ac86db9eadae6646be
|
|
| BLAKE2b-256 |
cddb97ba41052ac23116e30d318d62dabc97514d3e9f864eafb5b153875fa7a6
|
File details
Details for the file streamlit_pivottable-0.1.4-py3-none-any.whl.
File metadata
- Download URL: streamlit_pivottable-0.1.4-py3-none-any.whl
- Upload date:
- Size: 2.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83f1ee4fc547ac5a8dafc886c5b279835cc2b915eb70f908ba9cb340c176ba36
|
|
| MD5 |
78c870746d763c3bf6141e0c2efaf38f
|
|
| BLAKE2b-256 |
e1e4518cefb214acf2c66543aefe35c2c539829095553dc474ffc972430aa358
|