Skip to content

Commit 1cb4760

Browse files
jrm5100JulianWgs
authored andcommitted
DOC: Add/Update Pandas-Genomics in Ecosystem files (pandas-dev#40710)
1 parent 3ac1f3b commit 1cb4760

File tree

2 files changed

+26
-18
lines changed

2 files changed

+26
-18
lines changed

doc/source/ecosystem.rst

+12-11
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ arrays can be stored inside pandas' Series and DataFrame.
475475
`Pandas-Genomics`_
476476
~~~~~~~~~~~~~~~~~~
477477

478-
Pandas-Genomics provides extension types and extension arrays for working with genomics data
478+
Pandas-Genomics provides extension types, extension arrays, and extension accessors for working with genomics data
479479

480480
`Pint-Pandas`_
481481
~~~~~~~~~~~~~~
@@ -502,16 +502,17 @@ A directory of projects providing
502502
:ref:`extension accessors <extending.register-accessors>`. This is for users to
503503
discover new accessors and for library authors to coordinate on the namespace.
504504

505-
=============== ============ ==================================== ===============================================================
506-
Library Accessor Classes Description
507-
=============== ============ ==================================== ===============================================================
508-
`cyberpandas`_ ``ip`` ``Series`` Provides common operations for working with IP addresses.
509-
`pdvega`_ ``vgplot`` ``Series``, ``DataFrame`` Provides plotting functions from the Altair_ library.
510-
`pandas_path`_ ``path`` ``Index``, ``Series`` Provides `pathlib.Path`_ functions for Series.
511-
`pint-pandas`_ ``pint`` ``Series``, ``DataFrame`` Provides units support for numeric Series and DataFrames.
512-
`composeml`_ ``slice`` ``DataFrame`` Provides a generator for enhanced data slicing.
513-
`datatest`_ ``validate`` ``Series``, ``DataFrame``, ``Index`` Provides validation, differences, and acceptance managers.
514-
=============== ============ ==================================== ===============================================================
505+
================== ============ ==================================== ===============================================================================
506+
Library Accessor Classes Description
507+
================== ============ ==================================== ===============================================================================
508+
`cyberpandas`_ ``ip`` ``Series`` Provides common operations for working with IP addresses.
509+
`pdvega`_ ``vgplot`` ``Series``, ``DataFrame`` Provides plotting functions from the Altair_ library.
510+
`pandas-genomics`_ ``genomics`` ``Series``, ``DataFrame`` Provides common operations for quality control and analysis of genomics data
511+
`pandas_path`_ ``path`` ``Index``, ``Series`` Provides `pathlib.Path`_ functions for Series.
512+
`pint-pandas`_ ``pint`` ``Series``, ``DataFrame`` Provides units support for numeric Series and DataFrames.
513+
`composeml`_ ``slice`` ``DataFrame`` Provides a generator for enhanced data slicing.
514+
`datatest`_ ``validate`` ``Series``, ``DataFrame``, ``Index`` Provides validation, differences, and acceptance managers.
515+
================== ============ ==================================== ===============================================================================
515516

516517
.. _cyberpandas: https://cyberpandas.readthedocs.io/en/latest
517518
.. _pdvega: https://altair-viz.github.io/pdvega/

web/pandas/community/ecosystem.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,12 @@ Cyberpandas provides an extension type for storing arrays of IP
360360
Addresses. These arrays can be stored inside pandas' Series and
361361
DataFrame.
362362

363+
### [Pandas-Genomics](https://pandas-genomics.readthedocs.io/en/latest/)
364+
365+
Pandas-Genomics provides an extension type and extension array for working
366+
with genomics data. It also includes `genomics` accessors for many useful properties
367+
and methods related to QC and analysis of genomics data.
368+
363369
### [Pint-Pandas](https://github.com/hgrecco/pint-pandas)
364370

365371
Pint-Pandas provides an extension type for storing numeric arrays with units.
@@ -373,10 +379,11 @@ A directory of projects providing
373379
`extension accessors <extending.register-accessors>`. This is for users to discover new accessors and for library
374380
authors to coordinate on the namespace.
375381

376-
| Library | Accessor | Classes |
377-
| --------------------------------------------------------------|----------|-----------------------|
378-
| [cyberpandas](https://cyberpandas.readthedocs.io/en/latest) | `ip` | `Series` |
379-
| [pdvega](https://altair-viz.github.io/pdvega/) | `vgplot` | `Series`, `DataFrame` |
380-
| [pandas_path](https://github.com/drivendataorg/pandas-path/) | `path` | `Index`, `Series` |
381-
| [pint-pandas](https://github.com/hgrecco/pint-pandas) | `pint` | `Series`, `DataFrame` |
382-
| [composeml](https://github.com/FeatureLabs/compose) | `slice` | `DataFrame` |
382+
| Library | Accessor | Classes |
383+
| ---------------------------------------------------------------------|------------|-----------------------|
384+
| [cyberpandas](https://cyberpandas.readthedocs.io/en/latest) | `ip` | `Series` |
385+
| [pdvega](https://altair-viz.github.io/pdvega/) | `vgplot` | `Series`, `DataFrame` |
386+
| [pandas-genomics](https://pandas-genomics.readthedocs.io/en/latest/) | `genomics` | `Series`, `DataFrame` |
387+
| [pandas_path](https://github.com/drivendataorg/pandas-path/) | `path` | `Index`, `Series` |
388+
| [pint-pandas](https://github.com/hgrecco/pint-pandas) | `pint` | `Series`, `DataFrame` |
389+
| [composeml](https://github.com/FeatureLabs/compose) | `slice` | `DataFrame` |

0 commit comments

Comments
 (0)