tabulous

A table data viewer for Python

BSD-3-CLAUSE License

Downloads
1.4K
Stars
76
Committers
4

tabulous

A table data viewer for Python.

โ†’๐Ÿ“– Documentation

tabulous is highly inspired by napari in its design and API.

Installation

Install all the dependencies including functionalities of loading sample data, plotting, etc.
pip install tabulous[all]
Install with PyQt backend.
pip install tabulous[pyqt5]  # Use PyQt5
pip install tabulous[pyqt6]  # Use PyQt6

Examples of Supported Functionalities

Table sorting and table filtering

Sort Filter

You can apply pre-defined or custom sorting/filtering functions to tables. Data edition during sorting/filtering is also supported.

Command palette

Couldn't find how to do it? Open the command palette and search for it!

Excel-like referenced in-cell evaluation

Call numpy and pandas functions directly in cells.

Rich visualization

Set colormaps that will help you to browse table data.

Custom widget integration

Add your own PyQt/magicgui widgets to the application.

Package Rankings
Top 16.77% on Pypi.org
Badges
Extracted from project README
Python package index download statistics PyPI version
Related Projects