Generating Random Data into a Database Using Python

Populating a MySQL Database with Dummy Data using Pandas

Jordan Williams
Towards Data Science
7 min readOct 19, 2020

--

Photo by aitoff from pixabay

In this article we’re going to demonstrate how to generate dummy data and input for a MySQL database. Majority of the times we need to create a database to test some software that we’ve built. To do this, we can use Structured Query Language (SQL) to create a mock database system…

--

--

Enjoys creating software that make tasks simpler. Always trying to gain new knowledge and expertise.