I am trying to convert the latitude and longitude to zipcodes for around 10k data points. I am using geocoder for the task.
lat = subsamp[\'Latitude\'].as_m
zip is a number or string but you have assigned a function to this value. zip = g.postal -> zip = g.postal()
zip = g.postal
zip = g.postal()