I have a data table containing crashes, with county as an attribute for each. I would like to count the number of instances per county and add this number to a data table containing one row per county.
So far I haven't been able to find any documentation for this. I need to generalize it such that every county gets tallied up. Thanks for any help!