Skip to content

0.2.1: accessor methods by column, row, iterators. Add tests and documentati…

Compare
Choose a tag to compare
@jkanche jkanche released this 02 Dec 23:54
· 113 commits to master since this release
de59589
…on (#2)

* Methods to access by column name, row index or row name
* Implement Iterator interface
* Interface methods to add and remove a column
* tests for nested biocframe objects, fix issues with slices
* Add shape for consistency with pandas