Notebook-friendly
Schema strings and dictionaries are useful for quick Pandas examples in notebooks.
df = generate_from_schema("id int, name string, email string", rows=100)
Examples
Use these examples as starting points for demos, notebooks, lower-environment tests, and documentation walkthroughs.
Great Generator creates synthetic data. It does not anonymize, mask, de-identify, or transform production records.
Schema strings and dictionaries are useful for quick Pandas examples in notebooks.
df = generate_from_schema("id int, name string, email string", rows=100)
Spark DataFrames can be written by the user's runtime to configured storage or connectors.
spark_df.write.mode("overwrite").parquet("/tmp/great_generator/customers")
The optional MCP server lets compatible assistants call selected local tools and return file paths plus previews.
Related documentation