Skip to content

uvemas/ViTables

Repository files navigation

Platform License

Conda Conda_downloads PyPI PyPI_Downloads

ViTables

ViTables is a component of the PyTables family. It is a GUI for browsing and editing files in both PyTables and HDF5 formats. It is developed using Python and PyQt5 (the Python bindings to Qt), so it can run on any platform that supports these components.

ViTables capabilities include easy navigation through the data hierarchy, displaying of real data and its associated metadata, a simple, yet powerful, browsing of multidimensional data and much more.

As a viewer, one of the greatest strengths of ViTables is its ability to display very large datasets. Tables with one thousand millions of rows (and beyond) are navigated stunningly fast and with very low memory requirements. So, if you ever need to browse huge tables, don't hesitate, ViTables is your choice.

If you need a customized browser for managing your HDF5 data, ViTables is an excellent starting point.

Here are some screenshots.

QuickStart

System requirements

ViTables 3.0.3 has been tested against the latest versions of Python 3, PyTables and PyQt. You can try other versions at your own risk :).

Install through pip (may need further manually debug)

$ pip install ViTables

If you don't have PyQt installed you can install it as an extra as follows:

$ pip install 'ViTables[PyQt5|PyQt6]'

Install on a conda environment

Using conda you should be able to run vitables on any system, let it be linux, mac or windows. The following are instructions for linux-like systems.

Simply run

$ conda install -c conda-forge vitables

For more details, see INSTALL.txt.

Launch

$ vitables [/path/to/hdf5/file]

If /path/to/hdf5/file is given, vitables will load that file, otherwise, you need to select a file to open later.