On Thu, 1 Jul 2021, Rich Shepard wrote:
As I wrote,
Using factory I created lists of SSNs, names, and addreses. Now I want to
combine the SSNs and names, row-by-row, as they're in the same database
table.
That's the wrong reference; the name is 'faker':
https://pypi.org/project/Faker/
Project description
Faker is a Python package that generates fake data for you. Whether you need
to bootstrap your database, create good-looking XML documents, fill-in your
persistence to stress test it, or anonymize data taken from a production
service, Faker is for you.
Faker is heavily inspired by PHP Faker, Perl Faker, and by Ruby Faker.
Apologies,
Rich