soft-nougat / dqw-ivves_structured

The structured(tabular) data part of Sogeti's data quality wrapper
MIT License
1 stars 3 forks source link

Welcome to the DQW Structured data repository! ๐Ÿ—๏ธ

This repo contains the structured data DQW streamlit app code, however, the streamlit apps have been split into 5 for maintenance purposes:

The packages used in the application are in the table below.

App section Description Visualisation Selection Package
Synthetic tabular x x table-evaluator
Tabular x x sweetviz
Tabular x x pandas-profiling
Tabular, text x PyCaret

Structured (tabular) data

Key points addressed:

To complete the key points, 4 subsections are created:

How to run locally

  1. Installation process:

    Create virtual environment and activate it - https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/

    Clone or download files from this repo

    Run pip install -r requirements.txt

    Run streamlit app.py to launch app

  2. Software dependencies:

    In requirements.txt

  3. Latest releases

    Use app.py