I have a feature class whose attribute table looks like this:
Latitude | Longitude | Area
For the area column, all rows are null. I would like to put in a specific value for all rows using Python.
I know how to do this on the front-end in the ArcMaps application ( right click > Open Attribute Table > right click on column > field calculator > input value).
How can I accomplish this programmatically using Python?