/data_browser

A quick data explorer for tabular data files

Primary LanguagePythonMIT LicenseMIT

Data viewer

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.

Installation

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

Run

To run the application, use panel serve, which opens it in your default browser.

> panel serve data_browser.py --show

Screenshot

Screenshot