daysn

先都除以1转换一下然后用round方法

  1. df_[a] = df_[a].map(lambda x: x / 1)
    df_[a] = round(df_[a], 2)

     

分类:

技术点:

相关文章: