This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Cardinality on column values #1682
Labels
enhancement
Issues related to improving the codebase, the documentation or process within the project
Feature request
Wondering if there is a way to do this, impose cardinalities on columns.
Example, Generate 10000 rows with an Integer column.
Integer column min,max is 1 and 25000.
But there should only be 100 unique values of the integer in the 10000 rows.
Similar, functionality for String would be useful as well.
The text was updated successfully, but these errors were encountered: