@@ -321,7 +321,14 @@ which support geometric operations. If your work entails maps and
321321geographical coordinates, and you love pandas, you should take a close
322322look 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
326333staircase is a data analysis package, built upon pandas and numpy, for modelling and
327334manipulation 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