We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756239d commit 959af68Copy full SHA for 959af68
1 file changed
structa/analyzer.py
@@ -128,6 +128,11 @@ class Analyzer:
128
falling within this threshold will be discounted by the analysis. Valid
129
values are between 0 and 1.
130
131
+ :param numbers.Rational null_threshold:
132
+ The proportion of values within a field (across repetitive structures)
133
+ which can be None (null in JSON parlance) without affecting the type
134
+ match. Valid values are between 0 and 1.
135
+
136
:param int field_threshold:
137
The minimum number of fields in a mapping before it will be treated as
138
a "table" (a mapping of keys to records) rather than a record (a
0 commit comments