Python Forum

Full Version: Generating GEOIDs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to generate a second geoid—a shortened version derived from a full geoid—for a data set.
The original column presents GEOIDs as: 1400000US06037106510
I am trying to write a code that would allow me to drop the first nine numbers so that the geoid2s are as: 06037106510
How can i write a code that will do this for all the fields in this column??