In the following, male_trips is a big pandas data frame and stations is a small pandas data frame. For each station id I\'d like to know how many male trips took place. The
male_trips.count()
doesnt work? http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.count.html