From ab1467397253a286e1de2c7916c31634bd3c909a Mon Sep 17 00:00:00 2001 From: Abhishek Kafle Date: Fri, 13 Jun 2025 11:26:42 -0400 Subject: [PATCH 1/2] Add table of contents to Ecosystem page --- web/pandas/community/ecosystem.md | 1 + 1 file changed, 1 insertion(+) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 1ebd4f3d3f1dc..112d366910a94 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -1,4 +1,5 @@ # Ecosystem +[TOC] Increasingly, packages are being built on top of pandas to address specific needs in data preparation, analysis and visualization. This is From 0c11c7435ca5898d6c1259f8ff50a1b13d57c8ce Mon Sep 17 00:00:00 2001 From: Abhishek Kafle Date: Fri, 13 Jun 2025 11:42:49 -0400 Subject: [PATCH 2/2] Apply review: use shared toc logic and adjust markdown format --- web/pandas/community/ecosystem.md | 1 + 1 file changed, 1 insertion(+) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 112d366910a94..d16e25edfc9e2 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -1,4 +1,5 @@ # Ecosystem + [TOC] Increasingly, packages are being built on top of pandas to address