划分字符串

x_kpi_time=np.zeros((20))
y_kpi_time = np.zeros((20))
i=0
for key, value in table.scan():
line_time=str(key).split('/'')
line_times_temp=str(value).split(':')
line_times=str(line_times_temp[1]).strip('/'')
# print(value)
x_kpi_time[i]=line_time[1]
y_kpi_time[i] = line_times
i = i + 1

划分字符串最先出现在Python成神之路

版权声明:
作者:admin
链接:https://www.techfm.club/p/12695.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>