Skip to content

fsoubelet/streamlit_tfs_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFS File Viewer

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. The app also integrates pandas_profiling to easily create a report on the data.

Getting Started

Open in Streamlit

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_prototype
cd tfs_viewer_prototype
poetry install
poetry run streamlit run tfs_viewer/app.py

License

Copyright © 2021 Felix Soubelet. MIT License