v0.0.5
Added
- For convenience,
Column
proxy is is now iterable. For example,list(table["some_col"])
now works, whereas previously you had to access the backingTableDataFrame
aslist(table.df["some_col"])
. Saving 3 chars FTW. - CI pipeline now auto releases to PyPI on pushed tags starting with a "v".
Fixed
- #82:
read_excel()
fails on formulas