Hi everyone,
I am trying to create a map with counts and amounts (color) using data using data by country in ArcGIS online. I would like for the countries to be shaded based on their score on the healthcare access and quality index, but when i upload my .csv file it puts a single point for each country on the map. Is this something i need to fix in my original data file? I was using excel to create the file and made sure that there wasn’t any extra titles or information that could be confusing the program, but im not sure what to do at this point.
I attached a screen shot of the options i have for the data set vs the option i need.
Any help on this would be greatly appreciated.
Thanks!
Solved! Go to Solution.
Looking for symbolizing the Country Polygon?
You need to Join the Point feature (from CSV) to the Polygon Features. Then you may be able to symbolize the polygon based on the attribute derived from the CSV.
Looking for symbolizing the Country Polygon?
You need to Join the Point feature (from CSV) to the Polygon Features. Then you may be able to symbolize the polygon based on the attribute derived from the CSV.
This worked! Thank you so much! You are a life saver!