Closed andportnoy closed 5 years ago
We don't support multiindices anyway, so that makes life easier (cross out number 2 above): https://github.com/kutaslab/fitgrid/blob/282ff50b39d28d02fce633c7f376e64bdc9b1eb2/fitgrid/fitgrid.py#L211-L215
Nope, don't cross out number 2. When we get a DataFrame, we stack the columns into long form, which creates a MultiIndex.
closing for now
returns a DataFrame with an index column of parameter names, but the index column itself is not named. It would be helpful to have these index columns named:
FitGrid
(e.g.params
)