create a dictionary using for loop than convert it into dataframe with indexing

后端 未结 0 931
小蘑菇
小蘑菇 2020-11-29 15:26
def newtable():
    dict = {}
    col = [\'DAYS\',\'VWAP\',\'TURNOVER\',\'DEL_QTY\']
    cal = [3,5,8,13]
    for i in col:
        for j in cal:
            value =         


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