groupByInfo - What does the 'includeDuplicates' parameter do?

Réponse

The 'includeDuplicates' parameter specifies that the output table contains duplicate records. Its aliases are 'includeDups', 'includeDup', and 'fullOutput'. The default is False.
Did this answer help you?