http://pandas.pydata.org/pandas-docs/stable/missing_data.html#na-values-in-groupby ``` NA groups in GroupBy are automatically excluded. This behavior is consistent with R, for example. ``` I can take this up.