From c464cdb12b68f01f2a487592d336389fff7e380f Mon Sep 17 00:00:00 2001 From: Riley Clement Date: Thu, 27 Jan 2022 00:00:07 +1100 Subject: [PATCH 1/3] added staircase entry in Domain Specific and Accessors section of pandas ecosystem docs --- doc/source/ecosystem.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index 16cae9bbfbf46..066c5026a36bf 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -363,6 +363,15 @@ Geopandas extends pandas data objects to include geographic information which su geometric operations. If your work entails maps and geographical coordinates, and you love pandas, you should take a close look at Geopandas. +`staircase `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +staircase is a data analysis package, built upon pandas and numpy, for modelling and +manipulation of mathematical step functions. It provides a rich variety of arithmetic +operations, relational operations, logical operations, statistical operations and +aggregations for step functions defined over real numbers, datetime and timedelta domains. + + `xarray `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -564,6 +573,7 @@ Library Accessor Classes Description `composeml`_ ``slice`` ``DataFrame`` Provides a generator for enhanced data slicing. `datatest`_ ``validate`` ``Series``, ``DataFrame``, ``Index`` Provides validation, differences, and acceptance managers. `woodwork`_ ``ww`` ``Series``, ``DataFrame`` Provides physical, logical, and semantic data typing information for Series and DataFrames. +`staircase`_ ``sc`` ``Series`` Provides methods for querying, aggregating and plotting step functions ================== ============ ==================================== =============================================================================== .. _cyberpandas: https://cyberpandas.readthedocs.io/en/latest @@ -576,6 +586,7 @@ Library Accessor Classes Description .. _composeml: https://github.com/alteryx/compose .. _datatest: https://datatest.readthedocs.io/en/stable/ .. _woodwork: https://github.com/alteryx/woodwork +.. _staircase: https://www.staircase.dev/ Development tools ----------------- From d980fda788cfc221236666d787cd82bb579dea8e Mon Sep 17 00:00:00 2001 From: Venaturum Date: Thu, 27 Jan 2022 00:35:30 +1100 Subject: [PATCH 2/3] Update ecosystem.rst --- doc/source/ecosystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index 066c5026a36bf..ab9504f93cf0f 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -364,7 +364,7 @@ geometric operations. If your work entails maps and geographical coordinates, an you love pandas, you should take a close look at Geopandas. `staircase `__ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ staircase is a data analysis package, built upon pandas and numpy, for modelling and manipulation of mathematical step functions. It provides a rich variety of arithmetic From 3338aec38a88530a685dce45cd6518602adfe441 Mon Sep 17 00:00:00 2001 From: Venaturum Date: Thu, 27 Jan 2022 01:09:35 +1100 Subject: [PATCH 3/3] Fix short underline --- doc/source/ecosystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index ab9504f93cf0f..15fa58f8d804a 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -364,7 +364,7 @@ geometric operations. If your work entails maps and geographical coordinates, an you love pandas, you should take a close look at Geopandas. `staircase `__ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ staircase is a data analysis package, built upon pandas and numpy, for modelling and manipulation of mathematical step functions. It provides a rich variety of arithmetic