sckott / pytaxize

python port of taxize (taxonomy toolbelt) for R
https://sckott.github.io/pytaxize/
MIT License
34 stars 13 forks source link

assort key-value pairs into correct DataFrame cols #41

Closed ryneches closed 7 years ago

ryneches commented 7 years ago

The list comprehension in the function _itisterms() does not correctly sort response key-value pairs into their corresponding columns in the emitted pandas DataFrame. Note the line beginning with tsn 19231 :

whoops

This commit corrects the problem.

sckott commented 7 years ago

thanks!

I will likely be dropping pandas (#35) - but until then, thanks for the fix