Select to view content in your preferred language

Classify in attribute table

2128
5
10-18-2010 07:56 AM
MartinKadl_ák
Emerging Contributor
I have this problem: I have a shapefile of the column in which data and I need to classify data into different columns in the boundaries of those intervals. Any ideas how to do it? thank you very much
0 Kudos
5 Replies
DonovanCameron
Deactivated User
So you want to have a new field with where it took the range of values from an existing field and reclassified them?

Ex,
Field1 ->  Field2
1 -> A
2             -> A
3             -> A

F1 ->  F2
4             -> B
7 ->             B
9 ->             B
0 Kudos
MartinKadl_ák
Emerging Contributor
I need to appear in a new column has reclass value from the original column (example:

f1                    f2
        156                                       1
        160                                       1
        300                                       3
        347                                       4
0 Kudos
DonovanCameron
Deactivated User
0 Kudos
MartinKadl_ák
Emerging Contributor
Yes, that's about it, namely that Python does not work, but through the VB always something do it, but it does not list the values that I enter there, but just the same 0,I think it will be in Expression, what exactly is it to write?
0 Kudos
MartinKadl_ák
Emerging Contributor
everything works as it should, thank you very much for your advice 🙂
0 Kudos