1 Repo
Applying visual styles to cells based on data values, types, or missingness to highlight patterns.
Distinct from Data Series Highlighting: Focuses on tabular cell background coloring based on data values, not chart series or regex text highlighting.
Explore 1 awesome GitHub repository matching user interface & experience · Conditional Data Formatting. Refine with filters or upvote what's useful.
dtale is a web-based interactive grid and visualizer for pandas dataframes, designed as an exploratory data analysis tool. It provides a browser-based interface for analyzing tabular data structures, allowing users to calculate statistics, detect outliers, and compute correlations without writing manual code. The project functions as an embedded data viewer that can be integrated into web applications via iframes or custom routes, with specific support for Django, Flask, and Streamlit. It enables the exploration of datasets through a combination of an interactive data grid and a data visualiz
Applies conditional background coloring based on data types, missing values, or numeric ranges to highlight patterns.