Python 标准库——collections(上)

一 、Counter

  • 初始化

    这里写图片描述


  • update方法、most_common 方法

这里写图片描述


  • 算术运算

这里写图片描述


二、 defaultdict

  • 初始化
    这里写图片描述

这里写图片描述


  • defaultdict V.S groupby

这里写图片描述


参考

[1] https://pymotw.com/2/collections/index.html#module-collectios
[2] https://docs.python.org/2.7/library/collections.html#module-collections

发布了27 篇原创文章 · 获赞 4 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/caiguoxiong0101/article/details/48596271