1 comments

  • Daniel15568 3 days ago

    I built Data-Cent because I often need to explore CSVs quickly without firing up pandas or writing custom code.

    It’s a Streamlit-based web app where you can: • Upload CSV files (no setup) • Auto-filter and explore the data • Create interactive charts (line, bar, scatter, etc.) • Run quick stats (mean, median, std) • Download a PDF/HTML report of your analysis

    Live demo: https://data-cent.streamlit.app/ Source: https://github.com/data-centt/Data-Analytics

    Would love feedback on performance and UI/UX — especially from folks who explore data often or build Streamlit apps.

    If you find it interesting please help me star the repo. TY