Skip to content

v0.1.0

Choose a tag to compare

@jmenglund jmenglund released this 05 Jul 06:39
· 130 commits to master since this release

This is the first release of pandas-charm.

pandas-charm is a small Python library for getting character matrices (alignments) into and out of pandas. The intention of the package is to make pandas interoperable with other scientific packages that can be used for working with character matrices, like for example BioPython and Dendropy.

With this release, it is possible to use pandas-charm for converting between the following objects:

  • BioPython MultipleSeqAlignment <-> pandas DataFrame
  • DendroPy CharacterMatrix <-> pandas DataFrame

pandas-charm is written in pure Python and works with both Python 2 and 3.