Image by anncapictures from Pixabay

You Don’t Need Sample Data, You Need Python Faker

An extendable Python library that generates fake data to “fill” your project

Christopher Tao
Towards Data Science
8 min readMar 28, 2022

--

Python has a built-in module “random” that allows us to generate many types of data randomly, such as numbers and strings. However, it can’t generate any “meaningful” data such as people's names. Sometimes, when we have to generate some dummy data to…

--

--