We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of converting string to text / category type, provide native type and add a boolean flag $category.
string
text
category
$category
Provide a parameter to determine how many values make a category.
The text was updated successfully, but these errors were encountered:
Proposal for new schema schema:
{ $count: 100, field: { $count: 50, $prob: 0.5, $type: 'number', $array: true, $category: true, $hist: [ {v: 1, c: 34}, {v: 2, c: 15}, {v: 0, c: 1}, {o: 23432} ], $stats: { min: 0, max: 2, mean: 1.3231, std: 0.062 } } }
Sorry, something went wrong.
changed schema according to #12.
df5902d
histogram bins feels right
No branches or pull requests
Instead of converting
string
totext
/category
type, provide native type and add a boolean flag$category
.Provide a parameter to determine how many values make a category.
The text was updated successfully, but these errors were encountered: