ExpView
ExpView is a terminal-based analytics and visualization tool inspired by Excel.
Designed for developers and data scientists, it displays pandas DataFrames directly in the terminal using the Curses library — with fast navigation, shortcut keys, and instant refresh.
ExpView can integrate with experiment pipelines: pass variable configurations to external programs, collect CSV/TSV/JSON outputs, manage configurations, and visualize results with matplotlib to analyze parameter effects and performance trends.
Installation
pip install expview
This installs ExpView and its dependencies.
Quick Start
Go to examples folder, and run:
expview results.csv
If you have multiple datasets in a folder, just run:
expview
For full documentation, refer to the GitHub homepage.