To generate a large amount of fake data for the purpose of experiment, python provides a cool library i.e. Faker, let’s see what’s in it. Faker Library Faker is a Python package that generates fake data. If we want to create a fake person (employee/student) date such as Name, Email, Phone Number, DOB, Address, etc. We can also generate sentences which contains words that we have provided. Let’s try it with Jupyter Notebook