使用地理编码的Python中的UnicodeDecodeError

时间:2018-09-18 13:54:53

标签: python python-3.x

我通过Pandas在Python Jupyter Notebook中运行以下代码,但出现了UnicodeDecodeError。

这是我的代码:

import geopy
from geopy.geocoders import GoogleV3
nom = GoogleV3(scheme = "http")
nom.geocode("735 Dolopres St, San Francisco, CA 94119")

这就是我得到的:

UnicodeDecodeErenter code hereror: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte

您能帮助解决问题吗?

0 个答案:

没有答案