Skip to content

Commit 9879199

Browse files
committed
ammend comment
1 parent 361098a commit 9879199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ def count(self):
18281828
# return zero, rather than the default of NaN which the reindexing in
18291829
# _wrap_agged_blocks() returns. We set self.observed=True for the call to
18301830
# _wrap_agged_blocks() to avoid it reindexing. We then reindex below with
1831-
# fill_value=0. See GH 35028
1831+
# fill_value=0. See GH #35028
18321832
with com.temp_setattr(self, "observed", True):
18331833
result = self._wrap_agged_blocks(blocks, items=data.items)
18341834

0 commit comments

Comments
 (0)