Skip to content

Commit eaad460

Browse files
authored
added staircase entry in Domain Specific and Accessors section of pan… (#45636)
1 parent fbc2ab6 commit eaad460

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/source/ecosystem.rst

+11
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,15 @@ Geopandas extends pandas data objects to include geographic information which su
363363
geometric operations. If your work entails maps and geographical coordinates, and
364364
you love pandas, you should take a close look at Geopandas.
365365

366+
`staircase <https://github.com/staircase-dev/staircase>`__
367+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
368+
369+
staircase is a data analysis package, built upon pandas and numpy, for modelling and
370+
manipulation of mathematical step functions. It provides a rich variety of arithmetic
371+
operations, relational operations, logical operations, statistical operations and
372+
aggregations for step functions defined over real numbers, datetime and timedelta domains.
373+
374+
366375
`xarray <https://github.com/pydata/xarray>`__
367376
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
368377

@@ -564,6 +573,7 @@ Library Accessor Classes Description
564573
`composeml`_ ``slice`` ``DataFrame`` Provides a generator for enhanced data slicing.
565574
`datatest`_ ``validate`` ``Series``, ``DataFrame``, ``Index`` Provides validation, differences, and acceptance managers.
566575
`woodwork`_ ``ww`` ``Series``, ``DataFrame`` Provides physical, logical, and semantic data typing information for Series and DataFrames.
576+
`staircase`_ ``sc`` ``Series`` Provides methods for querying, aggregating and plotting step functions
567577
================== ============ ==================================== ===============================================================================
568578

569579
.. _cyberpandas: https://cyberpandas.readthedocs.io/en/latest
@@ -576,6 +586,7 @@ Library Accessor Classes Description
576586
.. _composeml: https://github.com/alteryx/compose
577587
.. _datatest: https://datatest.readthedocs.io/en/stable/
578588
.. _woodwork: https://github.com/alteryx/woodwork
589+
.. _staircase: https://www.staircase.dev/
579590

580591
Development tools
581592
-----------------

0 commit comments

Comments
 (0)