Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 696 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 696 Bytes

Generating_Fake_Data_Python

An introduction on how to use the Faker library to generate fake dataset for any Data Science or for Machine Learning projects.

This Python notebook will generate the following columns as examples:

  • Transaction date (timestamp)
  • Customer name (string)
  • Gender (boolean)
  • Email (string)
  • City (string)
  • Purchased product ID - barcode (string)
  • Amount spent (float)

A snapshot of the output dataframe: alt text

For full coverage on the content of this jupyter notebook, please visit the Medium article.