在 if 语句中使用 Replace 函数的 Python
发布时间:2022-07-05 07:45:43 249
相关标签: # node.js
qt = 'Short 5y Treasuries, Short EMFX, Long TUT spread (Long 2 years, Short 10 year)'
if r10d.iloc[-1] - r5d.iloc[-1] <= 0.25:
qt2 = qt.replace('Short 5y Treasuries,','Short 10y Treasuries,')
if two_ten.iloc[-1] < 0.25:
qt2 = qt.replace(', Long TUT spread (Long 2 years, Short 10 year)','')
print(qt2)
特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报