@@ -363,6 +363,15 @@ Geopandas extends pandas data objects to include geographic information which su
363
363
geometric operations. If your work entails maps and geographical coordinates, and
364
364
you love pandas, you should take a close look at Geopandas.
365
365
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
+
366
375
`xarray <https://github.com/pydata/xarray >`__
367
376
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
368
377
@@ -564,6 +573,7 @@ Library Accessor Classes Description
564
573
`composeml `_ ``slice `` ``DataFrame `` Provides a generator for enhanced data slicing.
565
574
`datatest `_ ``validate `` ``Series ``, ``DataFrame ``, ``Index `` Provides validation, differences, and acceptance managers.
566
575
`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
567
577
================== ============ ==================================== ===============================================================================
568
578
569
579
.. _cyberpandas : https://cyberpandas.readthedocs.io/en/latest
@@ -576,6 +586,7 @@ Library Accessor Classes Description
576
586
.. _composeml : https://github.com/alteryx/compose
577
587
.. _datatest : https://datatest.readthedocs.io/en/stable/
578
588
.. _woodwork : https://github.com/alteryx/woodwork
589
+ .. _staircase : https://www.staircase.dev/
579
590
580
591
Development tools
581
592
-----------------
0 commit comments