Gurobi / gurobipy-pandas

Convenience wrapper for building optimization models from pandas data
https://gurobipy-pandas.readthedocs.io/en/stable/
Apache License 2.0
83 stars 15 forks source link

Reconsider using CSV vs. feather #33

Closed rluce closed 1 year ago

rluce commented 1 year ago

People may be drawn to CSV because of its simplicity. One detail: may need to specify data types, e.g., for datetime fields

simonbowly commented 1 year ago

Doesn't need to be done via post-processing, pd.read_csv can specify data types and index selection

simonbowly commented 1 year ago

Done. feathers plucked.