Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dileep17/datagensdv

Spike SDV
https://github.com/dileep17/datagensdv

Last synced: 14 days ago
JSON representation

Spike SDV

Awesome Lists containing this project

README

        

### what is dataGenSDV ?
Spike on SDV (https://github.com/sdv-dev/SDV) to generate test data

### virtual env creation and activation
python -m venv venv
source venv/bin/activate

### install modules
pip install -r requirements.txt

### Validate setup and SDV's working
python basic.py

### Generate single table data. Input and output file paths are hardcoded
python single_table.py

### Generate multiple table relational data. Input and output file paths are hardcoded
python multi_table.py