This is a prototype app using streamlit to explore the contents of a TFS file. It lets load and query your data, and visualize its headers and contents by creating and customizing scatter, histogram and density plots on the fly.
To run the app locally, you will need to get Poetry and clone this repository. Steps are simple:
git clone https://github.com/fsoubelet/tfs_viewer
cd tfs_viewer
pip install .
streamlit run tfs_viewer/app.py
Copyright © 2021 Felix Soubelet. MIT License