Closed bryanwweber closed 8 years ago
@@ master #16 diff @@
==========================================
Files 5 5
Lines 175 226 +51
Methods 0 0
Messages 0 0
Branches 40 63 +23
==========================================
+ Hits 147 206 +59
+ Misses 18 11 -7
+ Partials 10 9 -1
Powered by Codecov. Last update 12c273c...f7b8916
I also forgot I was supposed to look at @staticmethods
etc. I think that deserves a different PR.
I made a few minor comments, but otherwise I think it looks good.
Adds a method to
ChemKED
to get a Pandas DataFrame as output. Only imports pandas if this method is called, so pandas is not required to run the whole package. Adds tests that should skip if pandas is not found.Tests are currently failing because of a server issue at CrossRef: https://github.com/CrossRef/rest-api-doc/issues/147