when inputting this python script into field calculator Arcmap freezes and crashes:
code block
def my_func(my_field)
if my_field is None:
return " "
while my_field is not None:
pass
field
My_func(!" "!)
If there is a large amount of dat in this field is there another way to sort more efficiently?