exploreData - What is the function of the distinctCountLimit parameter?

Réponse

The distinctCountLimit parameter specifies the limit for distinct counts. If this limit is exceeded and the misraGries parameter is set to True, the Misra-Gries frequency sketch algorithm is used to estimate the frequency distribution; otherwise, the operation is aborted.
Did this answer help you?