Skip to content

Commit d285c5c

Browse files
committed
Update README.md
1 parent 2444dd6 commit d285c5c

1 file changed

Lines changed: 6 additions & 13 deletions

File tree

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -373,21 +373,14 @@ schema = pb.Schema(
373373
# Generate 10 rows of realistic test data
374374
data = pb.generate_dataset(schema, n=10, seed=23)
375375

376-
data
376+
pb.preview(data)
377377
```
378378

379-
| user_id | name | email | age | status |
380-
|---------------------|------------------|----------------------------|-----|----------|
381-
| 7188536481533917197 | Vivienne Rios | vrios27@hotmail.com | 55 | pending |
382-
| 2674009078779859984 | William Schaefer | wschaefer28@yandex.com | 28 | active |
383-
| 7652102777077138151 | Lily Hansen | lily779@aol.com | 20 | active |
384-
| 157503859921753049 | Shirley Mays | shirley_mays@protonmail.com| 93 | inactive |
385-
| 2829213282471975080 | Sean Dawson | sean_dawson@hotmail.com | 57 | pending |
386-
| 3497364383162086858 | Zachary Marsh | zmarsh23@zoho.com | 72 | pending |
387-
| 3302703640991750415 | Gemma Gonzalez | gemmagonzalez@yahoo.com | 66 | pending |
388-
| 6695746877064448147 | Brian Haley | brian437@yandex.com | 85 | inactive |
389-
| 2466163118311913924 | Nora Hernandez | norahernandez@aol.com | 63 | pending |
390-
| 129827878195925732 | Diana Novak | diana922@protonmail.com | 34 | active |
379+
<div align="center">
380+
<img src="https://posit-dev.github.io/pointblank/assets/pointblank-data-generation.png" width="800px">
381+
</div>
382+
383+
<br>
391384

392385
The generator supports sophisticated data generation with these capabilities:
393386

0 commit comments

Comments
 (0)