摘要: Example / Note 为什么/何时要 Inline Method?同样是考虑代码的“代码复用”和“可读性”: Inline Method 的手段:和 Extract Method 恰好相反 阅读全文
posted @ 2018-01-16 19:42 xkfx 阅读(165) 评论(0) 推荐(0)
摘要: Document of Dictionaries 10 Minutes to pandas tutorialspoint Series 和 DataFrame 的创建 阅读全文
posted @ 2018-01-16 17:18 xkfx 阅读(238) 评论(0) 推荐(0)
摘要: 将数据可视化有许多选择: 选择什么样的表现方式通常取决于: 1、Labels 2、Ticks 3、Sizes 之所以把 pop 换成 np_pop 是因为 np_pop 可以方便的整体数学运算, list 不具备这样的性质。 5、Colors c 设置颜色, alpha 设置透明度。 6、定制化补充 阅读全文
posted @ 2018-01-16 11:39 xkfx 阅读(597) 评论(0) 推荐(0)