Skip to content

Commit a643add

Browse files
rluceDeaMariaLeon
authored andcommitted
DOC: Mention gurobipy-pandas in ecosystem (pandas-dev#53349)
* DOC: Mention gurobipy-pandas in ecosystem * DOC: Add accessor table entry * DOC: Fix spelling
1 parent ad9d468 commit a643add

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

web/pandas/community/ecosystem.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,14 @@ which support geometric operations. If your work entails maps and
321321
geographical coordinates, and you love pandas, you should take a close
322322
look at Geopandas.
323323

324-
### [staricase](https://github.com/staircase-dev/staircase)
324+
### [gurobipy-pandas](https://github.com/Gurobi/gurobipy-pandas)
325+
326+
gurobipy-pandas provides a convenient accessor API to connect pandas with
327+
gurobipy. It enables users to more easily and efficiently build mathematical
328+
optimization models from data stored in DataFrames and Series, and to read
329+
solutions back directly as pandas objects.
330+
331+
### [staircase](https://github.com/staircase-dev/staircase)
325332

326333
staircase is a data analysis package, built upon pandas and numpy, for modelling and
327334
manipulation of mathematical step functions. It provides a rich variety of arithmetic
@@ -546,6 +553,7 @@ authors to coordinate on the namespace.
546553
| [composeml](https://github.com/alteryx/compose) | `slice` | `DataFrame` |
547554
| [datatest](https://datatest.readthedocs.io/en/stable/) | `validate` | `Series`, `DataFrame` |
548555
| [composeml](https://github.com/alteryx/compose) | `slice` | `DataFrame` |
556+
| [gurobipy-pandas](https://github.com/Gurobi/gurobipy-pandas) | `gppd` | `Series`, `DataFrame` |
549557
| [staircase](https://www.staircase.dev/) | `sc` | `Series`, `DataFrame` |
550558
| [woodwork](https://github.com/alteryx/woodwork) | `slice` | `Series`, `DataFrame` |
551559

0 commit comments

Comments
 (0)