python3使用tabulate漂亮的打印数据
摘要:
需要先安装 tabulate 模块: pip3 install tabulate 以上是把一维的dict打印出来. 再看看二维的,list-of-dict (注:此处project函数是funcy包中的一个功能) output: 漂亮! (另外, 之前也用过 PrettyTable ,但是感觉没有t 阅读全文
posted @ 2019-05-15 12:07 kalamansi 阅读(1605) 评论(0) 推荐(0) 编辑