pandas----收藏

pandas练习五十道题
https://www.kesci.com/home/project/5ddc974ef41512002cec1dca

RFM模型

https://www.jianshu.com/p/4b60880f24e2

pandas中的split()函数
https://www.cnblogs.com/wanglei5205/p/8954498.html

pandas中的qcut()函数
https://www.cnblogs.com/liulangmao/p/9342544.html

python字符串常见操作
https://www.cnblogs.com/zyqy/p/9240396.html

词云解析
https://www.cnblogs.com/delav/articles/7837975.html

np.where用法详解

1.np.where(condition, x, y)
满足条件(condition),输出x,不满足输出y。

其他:
https://www.cnblogs.com/massquantity/p/8908859.html

nlargest():pandas的分组取最大多行
https://www.jianshu.com/p/312c4586346d

你可能感兴趣的:(Python数据分析)