``グループ化したいカラム名``(のリスト)と``集計したいカラム名``(のリスト)を指定して、データを集計できます。 ``groupby``で返ってくるオブジェクトは(型名を確認して追記する)型になっています。 そのままでは扱いづらいので``reset_index``して普通 ...
Thanks for the report! In the code you highlighted, apply is first trying to operation with the groupings, and then when this fails trying it without them. In my mind this is undesirable behavior but ...