如何从 pandas 系列中查询经纬度以获得期望值?

How to query lat lon from pandas Series to get expected value?

正如您在下图中看到的,我无法通过 lat lon value thought the series 来获取时间序列数据(日期,值)。我如何使用 python 中的 pandas 获取它? enter image description here

你能再描述一下你想要的吗?

df.reset_index() # this could allow your to access lat and lon as normal column

不确定这是否是您所要求的,请详细说明