From 93dd398798fcef9ec829f062ae152832c3af6652 Mon Sep 17 00:00:00 2001 From: Zeb Nicholls Date: Mon, 3 Sep 2018 18:10:46 +0200 Subject: [PATCH] Update ecosystem.rst to include Pint --- doc/source/ecosystem.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index ad389bbe35b71..99bac2a555a08 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -338,6 +338,16 @@ 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. +`pint`_ +~~~~~~~ + +`Pint ` provides an extension type for +storing numeric arrays with units. These arrays can be stored inside pandas' +Series and DataFrame. Operations between Series and DataFrame columns which +use pint's extension array are then units aware. + +Note that this feature requires Pint v0.9 or higher. + .. _ecosystem.accessors: Accessors @@ -352,7 +362,9 @@ Library Accessor Classes ============== ========== ========================= `cyberpandas`_ ``ip`` ``Series`` `pdvega`_ ``vgplot`` ``Series``, ``DataFrame`` +`pint`_ ``pint`` ``Series``, ``DataFrame`` ============== ========== ========================= .. _cyberpandas: https://cyberpandas.readthedocs.io/en/latest .. _pdvega: https://jakevdp.github.io/pdvega/ +.. _pint: https://github.com/hgrecco/pint