df['原价']=pd.factorize(df["原价"])[0].astype(float)
df['原价']=pd.factorize(df["原价"])[0].astype(int)

相关文章:

  • 2022-01-12
  • 2022-02-27
  • 2021-12-20
  • 2022-12-23
  • 2022-01-14
  • 2022-02-08
  • 2022-12-23
猜你喜欢
  • 2022-02-08
  • 2021-09-04
  • 2021-12-06
  • 2022-12-23
  • 2021-12-04
相关资源
相似解决方案