From ea05ae4197742db861a9a5d4703ad98ecf068e3a Mon Sep 17 00:00:00 2001 From: John McGuigan Date: Fri, 9 Oct 2020 12:27:19 -0400 Subject: [PATCH] Add pandas-genomics --- doc/source/ecosystem.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index 8f04d05cfcb04..25ca77627ef39 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -435,6 +435,11 @@ found in NumPy or pandas, which work well with pandas' data containers. Cyberpandas provides an extension type for storing arrays of IP Addresses. These arrays can be stored inside pandas' Series and DataFrame. +`Pandas-Genomics`_ +~~~~~~~~~~~~~~~~~~ + +Pandas-Genomics provides extension types and extension arrays for working with genomics data + `Pint-Pandas`_ ~~~~~~~~~~~~~~ @@ -465,6 +470,7 @@ Library Accessor Classes Description .. _cyberpandas: https://cyberpandas.readthedocs.io/en/latest .. _pdvega: https://altair-viz.github.io/pdvega/ .. _Altair: https://altair-viz.github.io/ +.. _pandas-genomics: https://pandas-genomics.readthedocs.io/en/latest/ .. _pandas_path: https://github.com/drivendataorg/pandas-path/ .. _pathlib.Path: https://docs.python.org/3/library/pathlib.html .. _pint-pandas: https://github.com/hgrecco/pint-pandas