index
A method that returns the index of the given field name. This will be the same for all features in a given layer:
>>> city.index('Population') 1
index
A method that returns the index of the given field name. This will be the same for all features in a given layer:
>>> city.index('Population') 1
Please login to continue.