From 9bfe1fcec99cc884e51fc74ee4ab76fd483d5903 Mon Sep 17 00:00:00 2001 From: Chris Roth Date: Tue, 24 Jan 2023 10:18:14 -0600 Subject: [PATCH] Add pandas to Open Source contributions. Signed-off-by: Chris Roth --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b575d54..2ad77f0 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ I am most productive when others depend on me and I depend on others. Everyone i * My most used Python packages are Pandas, NumPy, SciPy. * I have contributed to a few open source projects: * the linux kernel (a very small but useful commit) + * Pandas, this [bug fix](https://github.com/pandas-dev/pandas/pull/50876) * Xarray (think Pandas, but n-dimensional) * django-taggit