[SciPy-User] ANN: Pybroom, a python broom for tidying up messy fit results

Antonino Ingargiola tritemio at gmail.com
Mon Aug 1 10:23:18 EDT 2016


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:

    https://www.youtube.com/watch?v=eM3Ha0kTAz4

Example notebooks are included in the pybroom documentation:

    http://pybroom.readthedocs.io/en/latest/#example-notebooks

For more details see pybroom homepage:

    http://pybroom.readthedocs.io/


Enjoy!

--
Antonino Ingargiola
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20160801/f9bb30bc/attachment.html>


More information about the SciPy-User mailing list