NumPy: Pretty print tabular data

后端 未结 4 1540
陌清茗
陌清茗 2020-11-30 09:21

I would like to print NumPy tabular array data, so that it looks nice. R and database consoles seem to demonstrate good abilities to do this. However, NumPy\'s built-in prin

4条回答
  •  感情败类
    2020-11-30 09:40

    You might want to check out Pandas which has a lot of nice features for dealing with tabular data and seems to lay things out better when printing (It is designed be a python replacement for R):

    http://pandas.pydata.org/

提交回复
热议问题