tritemio / pybroom

pybroom, the python's broom to tidy up messy fit results!
http://pybroom.readthedocs.io/
MIT License
14 stars 5 forks source link

Support nested structures (e.g. dict of lists) #1

Closed tritemio closed 8 years ago

tritemio commented 8 years ago

pybroom should support as input a collection of fit results that has been put in a nest structure such a dict of list. Dict keys and list index will become the new "categorical" columns in the returned DataFrames.

tritemio commented 8 years ago

This is now supported in current master.