我正在尝试像这样对纬度和经度进行编码:
location_start = geohash2.encode(lat_start,lon_start, g)
并收到此错误:
ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
我不知道我的值,格式或geodash2出了问题。
我应该在哪里使用a.empty,a.bool(),a.item(),a.any()或a.all()?