You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UniqueCombinations constraint can sometimes produce the wrong output data type. For example, if the passed input only contains integers, the output is expected to be made of only integers as well. Instead, sometimes it can produce floats. Below is some code that runs this example.
I'll see if I can produce a simple example. I should note that the proportion of joint nulls across the specific columns was small relative to the valid data
The
UniqueCombinations
constraint can sometimes produce the wrong output data type. For example, if the passed input only contains integers, the output is expected to be made of only integers as well. Instead, sometimes it can produce floats. Below is some code that runs this example.The code above returns the following:
The text was updated successfully, but these errors were encountered: