Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dileep17/datagensdv
Spike SDV
https://github.com/dileep17/datagensdv
Last synced: 14 days ago
JSON representation
Spike SDV
- Host: GitHub
- URL: https://github.com/dileep17/datagensdv
- Owner: Dileep17
- Created: 2023-06-30T15:08:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-05T09:43:32.000Z (over 1 year ago)
- Last Synced: 2024-12-22T12:32:40.131Z (14 days ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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