A table data viewer for Python.
tabulous
is highly inspired by napari in its design and API.
pip install tabulous[all]
pip install tabulous[pyqt5] # Use PyQt5
pip install tabulous[pyqt6] # Use PyQt6
Sort | Filter |
---|---|
You can apply pre-defined or custom sorting/filtering functions to tables. Data edition during sorting/filtering is also supported.
Couldn't find how to do it? Open the command palette and search for it!
Call numpy
and pandas
functions directly in cells.
Set colormaps that will help you to browse table data.
Add your own PyQt
/magicgui
widgets to the application.