A simple app for quick exploration of tabular data files. I used this as an experimental researcher, for quick looks at the raw data. The viewer is built using Panel, a high-level app and dashboarding solution for Python.
Clone the repository and create a new conda environment with the required packages.
> conda create -n data_explorer
> conda activate data_explorer
> conda install --file requirements.txt
To run the application, use panel serve
, which opens it in your default browser.
> panel serve data_browser.py --show