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.2.tar.gz (3.8 kB 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.2-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file streamlit-pivottable-0.1.2.tar.gz.

File metadata

  • Download URL: streamlit-pivottable-0.1.2.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for streamlit-pivottable-0.1.2.tar.gz
Algorithm Hash digest
SHA256 475560b28bc17c01e1376a96b2781544c0f71fcbfe48e5ed15932fbb1f14af73
MD5 e9781d9d5979fd484cfbf217a00e26c4
BLAKE2b-256 1f6021ff1614ef3a93471b28011fa1dd63d06c5275af400bf262af3f3259dad9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for streamlit_pivottable-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d7df6834adfcbff6dc1e48597a2c49a58995463066fbe53035aeeea7ff83cc78
MD5 ac3d09d0a6fb780278562f97e9a1b744
BLAKE2b-256 ecf9ff851a8052db52dc7281f4e749e09741069b620cb8466418954f0b59b9eb

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