A python based csv viewer cli-tool, since I couldn't find any solution that fit my workflow when I wanted to write pandas queries and need to check CSVs quick.
- Runs in CLI fits with and because of that many workflows.
- Utilizes pandas as querying language so it is perfect when you work with pandas anyways.
- clone the repo
git clone https://github.com/DSaatz/csv-viewer
- run
python -m pip install .
- now you can run
csv-viewer <your-file.csv>
in your terminal
- Enter your pandas query to find what you're searching for in the table.
- Press esc in the terminal window to close the process.
- Ctrl + p allows you some minor customization settings.
- This features a full fletched ui build with textual
- Example of usage inside a vscode embedded powershell terminal: