Latest version : 0.4.0 #242
Closed
ronanstokes-db
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The latest version is 0.4.0 and this may be installed in a notebook using
pip install dbldatagen
The key updates for this release are the addition of support for constraints and standard datasets.
Standard datasets allow you to create synthetic datasets from pre-defined recipies. As the standard datasets produce a pre-configured data generator instance, you can add columns and constraints to it or use it as is and invoke the
build()
method to create your dataset.This allows creation of a synthetic dataset, optionally customized with a specific number of rows and partitions, in as little as 1 line of code.
For example, lets create and view a basic dataset with 1 million rows of user data
Beta Was this translation helpful? Give feedback.
All reactions