How to pass color as a function parameter in python

前端 未结 0 708
暖寄归人
暖寄归人 2021-01-13 07:05

I\'ve created a function in python as follows:

def confidence_ints(df, color):
   time_series_df = pd.DataFrame(df)
   smooth_path = time_series_df.rolling(20         


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