DylanZeller / INFO315GroupProject

Info 315 Group Project
1 stars 0 forks source link

Develop fake data initialization script #3

Closed DylanZeller closed 3 years ago

DylanZeller commented 3 years ago

There is a package called faker that we can use in python to generate fake names and addresses and such.

DylanZeller commented 3 years ago

We probably want this script to output a CSV file with the info in the format

TABLENAME, val1, val2, val3, ...