Skip to main content

A table data viewer for Python

Project description

Downloads 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

A Wide Variety of Tables are Supported

Table SpreadSheet
A dtype-tagged table view with fixed size, aimed at viewing and editing pd.DataFrame. This table is the most basic one. A string based table editor. Table is converted into pd.DataFrame object with proper dtypes consistent with reading CSV file using pd.read_csv.
GroupBy TableDisplay
A table group that corresponds to the returned object of the groupby method of pd.DataFrame. A table viewer that hotly reloads data using provided loader function. Useful for streaming data from other softwares.

In-cell Evaluation

Simple Evaluation Referenced Evaluation
Text starts with "=" is evaluated in-place. Text starts with "&=" is evaluated with cell references and is updated every time table data is updated.

Rich Visualization

Cell colors Highlighting
Colormap defines text or background color based on the value. Highlight is colored overlays.

Data Validation

Data type validation Custom validation
Columns tagged with dtype will validate the input string and raise an error on entering invalid string. You can also define custom validators for each column, such as confirming non-negative.

Command palette

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tabulous-0.4.0rc0.tar.gz (1.5 MB view hashes)

Uploaded Source

Built Distribution

tabulous-0.4.0rc0-py3-none-any.whl (259.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page