A query operation that generates a matrix of counts of combinations of pairs of values. This operation creates a contingency table counting the occurrences of each combination of values between the current property and the specified property, for the same entries of an axis. The result is a matrix whose rows are the values of the first property, columns are the values of the second property, and entries are the counts of occurrences of each combination. See the Julia documentation for details.