Skip to content

reorganized methods into `phylo` accessor

Compare
Choose a tag to compare
@Zsailer Zsailer released this 03 Feb 19:20
· 59 commits to master since this release
b20b064

Previously, PhyloPandas attached methods directly to the Pandas DataFrame. This can cause confusion because it adds specific methods to the Pandas namespace.

This version, instead, adds a phylo accessor to the DataFrame that includes the extra write methods.