Skip to main content

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


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.5.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

streamlit_pivottable-0.1.5-py3-none-any.whl (4.3 MB view details)

Uploaded Python 3

File details

Details for the file streamlit_pivottable-0.1.5.tar.gz.

File metadata

  • Download URL: streamlit_pivottable-0.1.5.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

Hashes for streamlit_pivottable-0.1.5.tar.gz
Algorithm Hash digest
SHA256 7c24387f81cdda24000ff357404f2a9d1977490888278f1061598a5e6a332481
MD5 ff4fb05a9d7ef3eb13631c491c66a4f9
BLAKE2b-256 9adbf3111f3b76702e0e342a66865b28ecddd35246f58b324cd5be3b00987fb0

See more details on using hashes here.

File details

Details for the file streamlit_pivottable-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for streamlit_pivottable-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 8336df284c71324b9307eae6ee65dc248e116939003b63909f450ffe91425bd8
MD5 fc8d9e6e39d1e3fc229610439b9e9aba
BLAKE2b-256 80f99a85e72089209b648fd30e06da8e923e0e7a88c1e1c13d975ab27e29ce31

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page