File tree 2 files changed +23
-4
lines changed
2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -421,6 +421,14 @@ found in NumPy or pandas, which work well with pandas' data containers.
421
421
Cyberpandas provides an extension type for storing arrays of IP Addresses. These
422
422
arrays can be stored inside pandas' Series and DataFrame.
423
423
424
+ `Pint-Pandas `_
425
+ ~~~~~~~~~~~~~~
426
+
427
+ `Pint-Pandas <https://github.com/hgrecco/pint-pandas> ` provides an extension type for
428
+ storing numeric arrays with units. These arrays can be stored inside pandas'
429
+ Series and DataFrame. Operations between Series and DataFrame columns which
430
+ use pint's extension array are then units aware.
431
+
424
432
.. _ecosystem.accessors :
425
433
426
434
Accessors
@@ -436,10 +444,12 @@ Library Accessor Classes Description
436
444
`cyberpandas `_ ``ip `` ``Series `` Provides common operations for working with IP addresses.
437
445
`pdvega `_ ``vgplot `` ``Series ``, ``DataFrame `` Provides plotting functions from the Altair _ library.
438
446
`pandas_path `_ ``path `` ``Index ``, ``Series `` Provides `pathlib.Path `_ functions for Series.
447
+ `pint-pandas `_ ``pint `` ``Series ``, ``DataFrame `` Provides units support for numeric Series and DataFrames.
439
448
=============== ========== ========================= ===============================================================
440
449
441
450
.. _cyberpandas : https://cyberpandas.readthedocs.io/en/latest
442
451
.. _pdvega : https://altair-viz.github.io/pdvega/
443
452
.. _Altair : https://altair-viz.github.io/
444
453
.. _pandas_path : https://github.com/drivendataorg/pandas-path/
445
454
.. _pathlib.Path : https://docs.python.org/3/library/pathlib.html
455
+ .. _pint-pandas : https://github.com/hgrecco/pint-pandas
Original file line number Diff line number Diff line change @@ -353,13 +353,22 @@ Cyberpandas provides an extension type for storing arrays of IP
353
353
Addresses. These arrays can be stored inside pandas' Series and
354
354
DataFrame.
355
355
356
+ ### [ Pint-Pandas] ( https://github.com/hgrecco/pint-pandas )
357
+
358
+ Pint-Pandas provides an extension type for storing numeric arrays with units.
359
+ These arrays can be stored inside pandas' Series and DataFrame. Operations
360
+ between Series and DataFrame columns which use pint's extension array are then
361
+ units aware.
362
+
356
363
## Accessors
357
364
358
365
A directory of projects providing
359
366
` extension accessors <extending.register-accessors> ` . This is for users to discover new accessors and for library
360
367
authors to coordinate on the namespace.
361
368
362
- | Library | Accessor | Classes |
363
- | ------------------------------------------------------------| ----------| -----------------------|
364
- | [ cyberpandas] ( https://cyberpandas.readthedocs.io/en/latest ) | ` ip ` | ` Series ` |
365
- | [ pdvega] ( https://altair-viz.github.io/pdvega/ ) | ` vgplot ` | ` Series ` , ` DataFrame ` |
369
+ | Library | Accessor | Classes |
370
+ | --------------------------------------------------------------| ----------| -----------------------|
371
+ | [ cyberpandas] ( https://cyberpandas.readthedocs.io/en/latest ) | ` ip ` | ` Series ` |
372
+ | [ pdvega] ( https://altair-viz.github.io/pdvega/ ) | ` vgplot ` | ` Series ` , ` DataFrame ` |
373
+ | [ pandas_path] ( https://github.com/drivendataorg/pandas-path/ ) | ` path ` | ` Index ` , ` Series ` |
374
+ | [ pint-pandas] ( https://github.com/hgrecco/pint-pandas ) | ` pint ` | ` Series ` , ` DataFrame ` |
You can’t perform that action at this time.
0 commit comments