pandasのapplyに複数の引数を持つ関数を与える - Qiita

どういうこと?以下のような状況のとき、import pandas as pddf = pd.DataFrame({'x': [1, 2, 3, 4], 'y': ['A', 'B', 'C',…