Pandas_Cheat_Sheet.pdf
pandas provides a large set of summary functions that operate on different kinds of pandas objects ( DataFrame columns, Series, GroupBy , Expanding and Rolling (see below)) and produce single values for each of the groups. When applied to a DataFrame , the result is returned as a pandas Series for e
用户评论