Skip to content

jackty9/Generating_Fake_Data_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published