python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Type arguments do not conform to trait type parameter bounds
I am using a library which is written by amazon in scala here
The trait goes like this :
trait Analyzer[S <: State[_], +M <: Metric[_]]
I am trying to make a case object to store some informati...
Shiv
Votes: 0
Answers: 1
Is it possible to load constrains from file (csv, txt) to Deequ Checks?
Is it possible to save suggested constrains to file and then load them as cheks? I was able to do it without saving them with next code
val allConstraints = suggestionResult.constraintSuggestions.flat...

Борис Маринов
Votes: 0
Answers: 0
Deequ satisfies function not behaving as expected
I am using pydeequ to run some checks on data, however it is not behaving as expected. One of my columns should contain any values between 0 and 1. The data looks like this
|col 1 |
| 0.5635412 |...
lr53
Votes: 0
Answers: 1