Skip to content

hanjinliu/tabulous

Repository files navigation

Python package index download statistics PyPI version

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.