I have two lists, I want to generate a result similar to the picture, how should I use pandas to do it?

前端 未结 0 960
庸人自扰
庸人自扰 2021-02-03 13:48
import numpy as np  
import pandas as pd

Forecast_price = [1,2,3,4,5]
Forecast_R = [a,b,c]

Looking at this picture, I want to achieve such an effect!

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