Skip to main content

Streamlit tools for interactive dataframes filtering

Project description

streamlit-custom-filters

Streamlit tools for interactive dataframes filtering

Also demo for publishing and deploy docs via github workflow

Example of usage:

dataframe_filters = DataFrameFilter(
    df=sales_df,
    filters=[
        RangeFilter('source_count'),
        GreaterFilter('sales'),
        GreaterFilter('demand_ratio'),
        LessFilter('available_ratio'),
        CategoricalFilter('trend_category'),
    ],
    columns=3,
    gap="small",
)

dataframe_filters.display_filters()
dataframe_filters.display_df(hide_index=True)

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_custom_filters-0.1.5.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

streamlit_custom_filters-0.1.5-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

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