ValueError: Columns must be same length as key -— Why is this happening?

后端 未结 0 1899
粉色の甜心
粉色の甜心 2020-12-22 05:33
df[\'location\'] = df[\'Address\'].apply(geocode)
df[\'point\'] = df[\'location\'].apply(lambda loc: tuple(loc.point) if loc else None)
df[[\'latitude\', \'longitude         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题