tbekolay / quantities-comparison

Comparisons of Python packages for representing physical quantities.
11 stars 4 forks source link

Add pandas support #6

Closed toddrjen closed 10 years ago

toddrjen commented 10 years ago

There are some minor cleanups, but the big change here is that the results can be written to pandas DataFrame objects for easy analysis and plotting.

toddrjen commented 10 years ago

Any thoughts on this?

tbekolay commented 10 years ago

Sorry for the delay @toddrjen! This looks great -- putting this in Pandas is a great way to make it quick and easy to visualize and plot! I want to try this out locally first and then I'll merge. Bear with me a bit, as I was just swamped with PyCon stuff which just ended.

tbekolay commented 10 years ago

Looks great, thanks! I added an IPython notebook that calls the functions :)