Installation

SDV is a public, source-available Python library for generating and evaluating synthetic data. You can download and use it under the Business Source Licensearrow-up-right.

Requirements

Download Instructions

Install the SDV 1.0 release candidate using piparrow-up-right.

pip install sdv

Verification

To verify that you have installed the SDV correctly, check your version using the following code:

import sdv

print(sdv.version.public)

The printed version number should be the latest one found in our Release Notesarrow-up-right.

Having trouble?

Visit our troubleshooting section to diagnose any issues.

Last updated