Add Table Faker
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