Pandas 常用命令速记

divided by each column's max

df.apply(lambda x: x / x.max())
原文地址:https://www.cnblogs.com/yaos/p/14076365.html