File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -338,6 +338,16 @@ found in NumPy or pandas, which work well with pandas' data containers.
338
338
Cyberpandas provides an extension type for storing arrays of IP Addresses. These
339
339
arrays can be stored inside pandas' Series and DataFrame.
340
340
341
+ `pint `_
342
+ ~~~~~~~
343
+
344
+ `Pint <https://pint.readthedocs.io/en/latest/> ` provides an extension type for
345
+ storing numeric arrays with units. These arrays can be stored inside pandas'
346
+ Series and DataFrame. Operations between Series and DataFrame columns which
347
+ use pint's extension array are then units aware.
348
+
349
+ Note that this feature requires Pint v0.9 or higher.
350
+
341
351
.. _ecosystem.accessors :
342
352
343
353
Accessors
@@ -352,7 +362,9 @@ Library Accessor Classes
352
362
============== ========== =========================
353
363
`cyberpandas `_ ``ip `` ``Series ``
354
364
`pdvega `_ ``vgplot `` ``Series ``, ``DataFrame ``
365
+ `pint `_ ``pint `` ``Series ``, ``DataFrame ``
355
366
============== ========== =========================
356
367
357
368
.. _cyberpandas : https://cyberpandas.readthedocs.io/en/latest
358
369
.. _pdvega : https://jakevdp.github.io/pdvega/
370
+ .. _pint : https://github.com/hgrecco/pint
You can’t perform that action at this time.
0 commit comments