ANN: Pybroom, a python broom for tidying up messy fit results

31 views
Skip to first unread message

Antonino Ingargiola

unread,
Aug 1, 2016, 10:34:17 AM8/1/16
to SciPy Users List, lmfi...@googlegroups.com, pyd...@googlegroups.com
Hi all,

(sorry for cross posting)

===================
Announcing pybroom 0.1
===================

I'm announcing the first public release of pybroom (version 0.1).

Any feedback or suggestions are welcome! 

What is pybroom?
==============

Pybroom is a small python 3 library for converting fitting results (curve fitting or other optimizations) to Pandas DataFrame in tidy format (or long-form).

DataFrames in tidy format follow a simple rule: one “observation” per row and one “variable” per column. This simple structure makes it easy to process the data with clear and well-understood idioms (for filtering, aggregation, etc.) and allows plot libraries to automatically generate complex plots in which many variables are compared. Plotting libraries supporting tidy DataFrames include seaborn, recent versions of matplotlib, bokeh and altair. 

Pybroom was inspired by the R library broom. See this video for details of the philosophy behind broom:


Example notebooks are included in the pybroom documentation:


For more details see pybroom homepage:



Enjoy!

--
Antonino Ingargiola
Reply all
Reply to author
Forward
0 new messages