There was an error while loading. Please reload this page.
1 parent 361098a commit 9879199Copy full SHA for 9879199
pandas/core/groupby/generic.py
@@ -1828,7 +1828,7 @@ def count(self):
1828
# return zero, rather than the default of NaN which the reindexing in
1829
# _wrap_agged_blocks() returns. We set self.observed=True for the call to
1830
# _wrap_agged_blocks() to avoid it reindexing. We then reindex below with
1831
- # fill_value=0. See GH 35028
+ # fill_value=0. See GH #35028
1832
with com.temp_setattr(self, "observed", True):
1833
result = self._wrap_agged_blocks(blocks, items=data.items)
1834
0 commit comments