Olivier

Results 1 comments of Olivier

Hi @acpguedes as mentioned by @samukweku you can use `dt.count` in this way: ``` df[ : , dt.count() , dt.by("nucleotide")] ``` Hope this helps.