Skip to content

Kapoorlabs-CAPED/tabulour

 
 

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 that you are familiar with directly in cells.

Rich visualization

Set colormaps that will help you.

Custom widget integration

Add your own PyQt/magicgui widgets to the application.

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%