Category "faker"

How to use Python faker for dependent columns

Scenario If column1 = ‘Value’ then column2 = ‘AAA’ How can we use faker to generate mock data for these dependent columns. Need to consi

Faker shows the same picture all the time, how to avoid it?

I am using faker in order to make array of random objects, like this: { "image": faker.random.arrayElement([ faker.image.nature(), faker.image.city

How to use Faker from Factory_boy

Factory_boy uses fake-factory (Faker) to generate random values, I would like to generate some random values in my Django tests using Faker directly. Factory_bo

ModuleNotFoundError - faker import at Jupyter notebook on Mac

I am trying to import faker from jupyter notebook on mac and failed. It complains as follows: ----------------------------------------------------------------