diff --git a/pandas/core/groupby/groupby.py b/pandas/core/groupby/groupby.py index 5b718f0ce2a29..0ea5db6eec037 100644 --- a/pandas/core/groupby/groupby.py +++ b/pandas/core/groupby/groupby.py @@ -414,9 +414,9 @@ class providing the base-class of operations. See Also -------- -{klass}.groupby.apply : Apply function func group-wise +{klass}.GroupBy.apply : Apply function func group-wise and combine the results together. -{klass}.groupby.transform : Transforms the Series on each group +{klass}.GroupBy.transform : Transforms the Series on each group based on the given function. {klass}.aggregate : Aggregate using one or more operations. diff --git a/web/pandas/about/team.md b/web/pandas/about/team.md index 49b8a26ab56e8..b66e134fa5b2f 100644 --- a/web/pandas/about/team.md +++ b/web/pandas/about/team.md @@ -43,7 +43,7 @@ If you want to support pandas development, you can find information in the [dona Wes McKinney is the Benevolent Dictator for Life (BDFL). -The project governance is available in the [project governance page]({{ base_url }}governance.html). +The project governance is available in the [project governance page]({{ base_url }}about/governance.html). ## Workgroups