1. df3=DataFrame(np.arange(6).reshape((2,3)),index=pd.Index(['sd','gz'],name='state'),columns=pd.Index(['one','two','thr'],name='number'))
注意是首字母大写的Index。这个方法号,该有的信息全都创建上了
数据清理
数据清理
数据清理


相关文章:

  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
  • 2021-09-23
  • 2021-12-21
  • 2021-07-06
猜你喜欢
  • 2021-12-21
  • 2021-08-26
  • 2021-07-23
  • 2021-04-06
  • 2021-05-30
  • 2021-07-01
  • 2022-02-15
相关资源
相似解决方案