Skip to content

Instantly share code, notes, and snippets.

View VolkmarR's full-sized avatar

Volkmar Rigo VolkmarR

View GitHub Profile
import csv
from faker import Faker
# size definition
countPersons = 10000
countBooks = 100000
countOrderItems = 1000000
fake = Faker()