Fake data with Faker

Generating fake data with Faker and Python

Sometimes you just need a bunch of sample data to test code on it or populate a sample database or spreadsheet(Google recently also launched a Google Sheet function for that) and Faker helps a lot in those cases.

So here follows a code to play. Code will not execute here on the embedded IDE but you can save it and try locally.

Requires: https://pypi.org/project/Faker/