Where is `phillylatlong2.json` supposed to load from? I don't see it attached to this notebook.
Here's one way to change the diameter of the `markCircle` with respect to row count of a given category:
```
vl.size().fieldN("Geo group")
.scale(
{ "range": [100,5000] }
)
```