Skip to content

Commit

Permalink
Update ecosystem.rst to include Pint
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Nov 23, 2018
1 parent e5c90e5 commit 93dd398
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/source/ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://pint.readthedocs.io/en/latest/>` 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
Expand All @@ -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

0 comments on commit 93dd398

Please sign in to comment.