Using Faker Library for creating pet project datasets
One of the challenges of pet projects or testing is getting the right dataset.
Faker python library makes it seamless to generate fake profile datasets.
With 2 lines of code (apart from library importations), you can generate a huge amount of fake customer profile data. See code snippets below.
…