'How to pass Cardinality Threshold value for Histogram in Deequ package?
By default the variable DEFAULT_CARDINALITY_THRESHOLD
is set to 120 in Deequ. This is very low for our use case.
Can anyone please suggest if we can set this value to a higher number?
Solution 1:[1]
You can definitely set it to a larger number. However, you might run into memory issues for very large histograms.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Philipp |