@@ -363,6 +363,15 @@ Geopandas extends pandas data objects to include geographic information which su
363363geometric operations. If your work entails maps and geographical coordinates, and
364364you 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
580591Development tools
581592-----------------
0 commit comments