analyzeMissingPatterns - How does the action handle variables with a high number of unique values?

Réponse

The 'distinctCountLimit' parameter (default: 10000) sets a threshold for the number of distinct values. If this limit is exceeded, the 'misraGries' parameter (default: True) determines whether to use the Misra-Gries algorithm to estimate the frequency distribution or to abort the operation.
Hat Ihnen diese Antwort geholfen?
analyzeMissingPatterns

dataSciencePilot

Doc : analyzeMissingPatterns