User Portlet
| Discussions |
|---|
| It is because you are making that many runs to W|A servers as you have cities: each EntityValue in Map will run to the servers for every city. This is the way to make a single run for all cities: EntityValue[CityData[{All, "Nigeria"}], "Name"]... |