Skip to content

monochromatti/data_browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A quick data explorer for tabular data files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages