We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a3399 commit 8a6de1aCopy full SHA for 8a6de1a
pandas/tests/groupby/aggregate/test_aggregate.py
@@ -883,7 +883,7 @@ def test_missing_raises(self):
883
df.groupby("A").agg(c=("C", "sum"))
884
885
def test_groupby_aggregation_empty_group():
886
- # https://github.com/pandas-dev/pandas/issues/18869
+ # https://github.com/pandas-dev/pandas/issues/18869
887
def f(x):
888
if len(x) == 0:
889
raise ValueError("length must not be 0")
0 commit comments