Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@jmenglund jmenglund released this 19 May 11:53
f9f0333

pandas-charm is a small Python library for getting character matrices (alignments) into and out of pandas. It makes pandas interoperable with other scientific packages that deal character matrices, like for example BioPython and Dendropy.

pandas-charm is written in Python and works with both Python 2.7+ and 3.

The functions for converting to and from "sequence dictionaries" has been renamed to_sequence_dict() and from_sequence_dict() in this release.