Python: Create Fake Data with Faker
Every once in a while, I run into a situation where I need dummy data to test my code against. If you need to do tests on a new database or table, you will run into the need for dummy data often. I recently came across an interesting package called Faker. Faker’s sole purpose is […]
Python: Create Fake Data with Faker Read More »