I have a CSV table containing:
- date
- time
- species(birds)
- count(birds) and
- point coordinates.
I want to group the points by different bird species. I tried using a point cluster but it sums the count of birds respectively the number of points. I want to show how many different species there are.