awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add Table Faker

Open necatiarslan opened this issue 11 months ago • 0 comments

Pls add my tabular fake data generation package.

PyPi : https://pypi.org/project/tablefaker/ GitHub: https://github.com/necatiarslan/table-faker

tablefaker is a versatile Python package that enables effortless generation of realistic yet synthetic table data for various applications. Whether you need test data for software development, this tool simplifies the process with an intuitive schema definition in YAML format.

Key Features Schema Definition: Define your table schema using a simple YAML file, specifying column names, data types, fake data generation logic, and relationships. Faker & Randomization: Utilize the Faker library and random data generation to create authentic-looking synthetic data. Multiple Output Formats:

  • Pandas DataFrame
  • SQL insert script
  • CSV
  • Parquet
  • JSON
  • Excel
  • Delta Lake

necatiarslan avatar Mar 12 '25 16:03 necatiarslan