Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは、計算を実行しなければならない一意のグループの数を把握するのに役立ちます。ありがとうございました。
groupby オブジェクトが と呼ばれているとしdfgroupます。
dfgroup
文書化されているように、 でグループの数を取得できますlen(dfgroup)。
len(dfgroup)