sckott / pytaxize

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

repack output into DataFrame in _itisdf #42

Closed ryneches closed 7 years ago

ryneches commented 7 years ago

It looks like the structure of output data isn't what was expected by the function. colnames is, as expected, a list of column names, while output is a list of lists containing the values to be packed into the columns. For some reason, the column 'tsn' (always? often? sometimes?) begins with a spurious None, which causes dict(zip( colnames, output ) ) to fail.

sckott commented 7 years ago

Thanks! LGTM