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.0.tar.gz (3.7 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.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: streamlit-pivottable-0.1.0.tar.gz
  • Upload date:
  • Size: 3.7 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.0.tar.gz
Algorithm Hash digest
SHA256 3b3c0841fc20b6bae46a70207d29c6ecbe15de28cc2b5378343658897af7151a
MD5 e55252e5ca32fa423929ff30fd939b19
BLAKE2b-256 df1ef2cf449dbe48c908e97080cd5295b0091ed69ddb36fab5165fec91c0b421

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for streamlit_pivottable-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 31f57d19ca45691954c436d42294ada6259905ac417e7deb80df83c1d00acfa3
MD5 9f2951cc91f94bc650bd64b6fa4b72e3
BLAKE2b-256 86318ff0692523b598a69515bf2a08d66ff06af4626e9686eb4c9b6ad32a08a5

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