You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spencer had a good thought: to reinforce how df.groupby.count (say) works. The thing we group by goes into the index, the columns are all the other columns of df with count applied. Ditto for other methods in place of count.