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
/externals/pandas/pandas/core/groupby.py in _get_compressed_labels(self)
1360 def _get_compressed_labels(self):
-> 1361 all_labels = [ping.labels for ping in self.groupings]
1362 if self._overflow_possible:
TypeError: 'NoneType' object is not iterable
Seems related to #8049 as that check group_info which errors on BinGrouper since there are no groupings
The text was updated successfully, but these errors were encountered:
Seems related to #8049 as that check group_info which errors on BinGrouper since there are no
groupings
The text was updated successfully, but these errors were encountered: