I have a large data frame (g1
) consisting of columns count
, cdr3
, and length
, with cdr3
and length
being pertinent to my problem.
The column cdr3
consists of a number of strings, with column length giving the length of the string. There are, as such, 70 unique values for length.
What's a quick and clean way to aggregate the number of strings (column cdr3
values) that are of a particular length?