I have a table containing for multiple symbols that I’m looking to count rows…
For example:
symbol | symbol count | dataset count
aapl | 1 | 1
aapl| 2 | 2
goog| 1 | 3
Basically, I want to get identify the row count by symbol and then by dataset. I know that I can just grab “i” to get the rowcount for the dataset, but I’m having trouble pulling a symbol count