# adamerose/PandasGUI

A GUI for Pandas DataFrames

Repository: https://github.com/adamerose/PandasGUI
Canonical: https://ross.abutalabs.com/products/pandasgui
Language: Python
License: MIT-0
License Family: permissive
Topics: pandas, dataframe, gui, viewer
Last push: 2025-05-30T04:06:03+00:00

## Health v2 (maintenance only)
Score: 43/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 24, release rhythm 35, longevity 100
- inputs: {"age_days": 2640, "days_push": 460, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3257, forks 239 (observed 2026-08-28T04:07:52.408751+00:00)

## What it is
PandasGUI is a Python library that opens a graphical interface for viewing, plotting, filtering, and editing Pandas DataFrames. You call show(df) and get an interactive window with statistics, plotting, and CSV drag-and-drop import.

## Use cases
- inspect pandas dataframes in a gui
- interactively plot dataframe columns
- explore csv files without writing code
- filter and edit dataframe rows visually
- view dataframe statistics summaries
- debug dataframe contents during development

## When to choose
- you work with pandas and want a quick visual inspector
- you need interactive plotting and filtering of DataFrames
- you want to explore CSVs with drag-and-drop instead of scripts

## When to avoid
- you need a stable 1.0 API - it is still 0.x with breaking changes
- you need a web-based or multi-user data dashboard
- you work outside the pandas ecosystem

## Facets
- artifact type: library
- maturity: active
- function: gui, data-visualization, developer-tools
- domain: data-science, data-visualization, developer-tools
- platform: python, cross-platform
- tags: pandas, dataframe-viewer, exploratory-data-analysis, plotting, data-editing, desktop

## Member repositories
- adamerose/PandasGUI (main) score 43

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:52.408751+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:23:15.280956+00:00, confidence not recorded.
  - readme: https://github.com/adamerose/PandasGUI (fetched 2026-08-28T04:07:52.408751+00:00, sha cef503e15cf1)
  - registry_pypi: https://pypi.org/pypi/pandasgui/json (fetched 2026-08-29T09:36:47.662324+00:00, sha 8ed566f36dda)
- Data as of 2026-08-30T08:39:29.467469+00:00.
