Skip to content

Commit ea1e0c8

Browse files
authored
DOC: Updated pandas extension list (#53960)
* Updated extension list * Fixed typo
1 parent 8a413c1 commit ea1e0c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

web/pandas/community/ecosystem.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,13 @@ Pandas-Genomics provides an extension type and extension array for working
526526
with genomics data. It also includes `genomics` accessors for many useful properties
527527
and methods related to QC and analysis of genomics data.
528528

529+
### [Physipandas](https://github.com/mocquin/physipandas)
530+
531+
Physipandas provides an extension for manipulating physical quantities
532+
(like scalar and numpy.ndarray) in association with a physical unit
533+
(like meter or joule) and additional features for integration of
534+
`physipy` accessors with pandas Series and Dataframe.
535+
529536
### [Pint-Pandas](https://github.com/hgrecco/pint-pandas)
530537

531538
Pint-Pandas provides an extension type for storing numeric arrays with units.
@@ -551,6 +558,7 @@ authors to coordinate on the namespace.
551558
| [pandas-genomics](https://pandas-genomics.readthedocs.io/en/latest/) | `genomics` | `Series`, `DataFrame` |
552559
| [pandas_path](https://github.com/drivendataorg/pandas-path/) | `path` | `Index`, `Series` |
553560
| [pint-pandas](https://github.com/hgrecco/pint-pandas) | `pint` | `Series`, `DataFrame` |
561+
| [physipandas](https://github.com/mocquin/physipandas) | `physipy` | `Series`, `DataFrame` |
554562
| [composeml](https://github.com/alteryx/compose) | `slice` | `DataFrame` |
555563
| [datatest](https://datatest.readthedocs.io/en/stable/) | `validate` | `Series`, `DataFrame` |
556564
| [composeml](https://github.com/alteryx/compose) | `slice` | `DataFrame` |

0 commit comments

Comments
 (0)