I've joined a csv file of values (0-100) (created in Excel), with local authority boundaries for the UK in ArcMap 10.1. I want to display the percentage of these areas not receiving 3G mobile coverage.
I've gone into properties and then selected quantities. I've selected the data I want to display and it displays huge values which are not in either the original data set or in the attributes table. Why is this? Here is a screen shot (note the range):
Screen grab 1
When I go into the attributes table for the selected variable ('t') and then sort descending, the largest value is 99. Why does it think there are values up to 1965621253?
Screen grab 2
I've not managed to find an answer online but so far I've:
- Checked that Excel isn't adding on extra values (I copied and pasted just the values numerous times)
- Generated a new csv file
- Tried to join the data numerous times to see if this made a difference.
1 Answer 1
The classes seem to contain the values you want to display but have also ultra high ones. I have not a exact solution to your problem but some hints you could try.
- Add the .csv file to ArcMap and export it as .dbf before joining. Add the .dbf to your workspace and try the join with this file
- Alternatively open the .dbf files in excel and check if these high values occur in the table.
- There could be a problem with the delimiter as well. As far as I know the standard delimiter of excel is different to the one of ArcMap. You could try to replace these delimiters with Notepad++ or similar before adding the .csv to ArcMap
-
1Also try putting importing the CSV into a .gdb table. I find ArcMap works super well with these tables, so I use them a lot when I don't need to view or change them with other software. Also, it's improved, but Excel + ArcMap + joins is sometimes a little much to ask...mr.adam– mr.adam2015年05月07日 18:53:05 +00:00Commented May 7, 2015 at 18:53
-
Having opened the file in Notepad I found a null value that I hadn't seen in Excel. The join then worked fine and the problem was solved. Thanks for the help.Thirst for Knowledge– Thirst for Knowledge2015年05月08日 19:50:41 +00:00Commented May 8, 2015 at 19:50
Explore related questions
See similar questions with these tags.
numeric
button to check that. Can you post files (or excerpts)/sources so we can try to duplicate?