From f1642ab46b28b3a6bc168d48edee1ca0a53f4ff7 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Sun, 6 Apr 2025 16:17:20 -0700 Subject: [PATCH] DOC Update the awkward-pandas GitHub link --- web/pandas/community/ecosystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index c6dddd5c2ef9f..4863093387f37 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -655,7 +655,7 @@ Pandas provides an interface for defining The following libraries implement that interface to provide types not found in NumPy or pandas, which work well with pandas' data containers. -### [awkward-pandas](https://awkward-pandas.readthedocs.io/) +### [awkward-pandas](https://github.com/scikit-hep/awkward) Awkward-pandas provides an extension type for storing [Awkward Arrays](https://awkward-array.org/) inside pandas' Series and