I have 2 CSV files with 5 columns each: ID_region, ID_point, X,Y,Z
I wan't to count and to put in a file the number of points for each ID_region.
Afterwards, I want to compare the 2 files to have the proportion of points for each ID regions.
(I think I should use Counter or ListElementCounter or ExpressionEvaluator or some thing like that, but I don't now how to have the informations not on each lines.)
Thanks a lot