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.1.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.1-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: streamlit-pivottable-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 2b1e9295c8c2e805cb594315e17238f73dda26ae5fbe26efd50e140f0a4707a0
MD5 dc206bf77b4ae3c2f2bd0acaea23dd83
BLAKE2b-256 ef97ae11b900b89daa516443ee1c99f272c6d5ba4e2aeb7dc95d2f88b4c16e5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for streamlit_pivottable-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5c27c447a8b535c2a914b23e1eda55f5ca708e06feac2333940c89bdc57f6f8f
MD5 269ef10dfa5b6801b58605e903d2075d
BLAKE2b-256 be18201124530d42ee0b9bc2140eaf20037275b6b1ea4ffed112e780462ac3a1

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