在发送soap请求时在Result中获取null

时间:2016-08-10 11:19:42

标签: android soap

我正在使用SOAP webservices进行解析。当我点击请求时,它返回null。请帮忙

In [9]:
resampled = df.resample('1min').mean()
empty_df = pd.DataFrame({'value':resampled}, index = resampled.index)
empty_df

Out[9]:
                       value
timestamp                   
2016-08-09 11:55:00  1779.87

0 个答案:

没有答案
相关问题