pt_cont_x() had an id_col argument that would let us count unique IDs. I don't think we want this behavior and would rather just count records summarized, which is actually the current behavior.
This PR deprecates that argument.
There is a simple test that checks that we can call these functions with no ID column. There are also existing regression tests that check that the output is consistent.
Summary
pt_cont_x()
had anid_col
argument that would let us count unique IDs. I don't think we want this behavior and would rather just count records summarized, which is actually the current behavior.This PR deprecates that argument.
There is a simple test that checks that we can call these functions with no ID column. There are also existing regression tests that check that the output is consistent.