From 9c54a4cec23345f2f6d33aef2f6857e7a55a7cd3 Mon Sep 17 00:00:00 2001 From: Robert Luce Date: Tue, 23 May 2023 12:21:24 +0200 Subject: [PATCH 1/3] DOC: Mention gurobipy-pandas in ecosystem --- web/pandas/community/ecosystem.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index ebd1fc198dfcf..27d63fa2de86e 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -321,6 +321,13 @@ which support geometric operations. If your work entails maps and geographical coordinates, and you love pandas, you should take a close look at Geopandas. +### [gurobipy-pandas](https://github.com/Gurobi/gurobipy-pandas) + +gurobipy-pandas provides a convenient accessor API to connect pandas with +gurobipy. It enables users to more easily and efficiently build mathematical +optimization models from data stored in DataFrames and Series, and to read +solutions back directly as pandas objects. + ### [staricase](https://github.com/staircase-dev/staircase) staircase is a data analysis package, built upon pandas and numpy, for modelling and From 5d29cf7edfed8c831f2719f6d5d5f5a266c8fdd3 Mon Sep 17 00:00:00 2001 From: Robert Luce Date: Tue, 23 May 2023 13:21:20 +0200 Subject: [PATCH 2/3] DOC: Add accessor table entry --- web/pandas/community/ecosystem.md | 1 + 1 file changed, 1 insertion(+) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 27d63fa2de86e..9a16e9cc50a7b 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -553,6 +553,7 @@ authors to coordinate on the namespace. | [composeml](https://github.com/alteryx/compose) | `slice` | `DataFrame` | | [datatest](https://datatest.readthedocs.io/en/stable/) | `validate` | `Series`, `DataFrame` | | [composeml](https://github.com/alteryx/compose) | `slice` | `DataFrame` | + | [gurobipy-pandas](https://github.com/Gurobi/gurobipy-pandas) | `gppd` | `Series`, `DataFrame` | | [staircase](https://www.staircase.dev/) | `sc` | `Series`, `DataFrame` | | [woodwork](https://github.com/alteryx/woodwork) | `slice` | `Series`, `DataFrame` | From 4b460b0fc7ef77fdf00e81d0a43f9196ecb5400f Mon Sep 17 00:00:00 2001 From: Robert Luce Date: Tue, 23 May 2023 13:33:04 +0200 Subject: [PATCH 3/3] DOC: Fix spelling --- web/pandas/community/ecosystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 9a16e9cc50a7b..60b043cf052ce 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -328,7 +328,7 @@ gurobipy. It enables users to more easily and efficiently build mathematical optimization models from data stored in DataFrames and Series, and to read solutions back directly as pandas objects. -### [staricase](https://github.com/staircase-dev/staircase) +### [staircase](https://github.com/staircase-dev/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