Skip to content

v0.0.5

Compare
Choose a tag to compare
@jfcorbett jfcorbett released this 04 Jan 20:54
· 81 commits to master since this release
1d05114

Added

  • For convenience, Column proxy is is now iterable. For example, list(table["some_col"]) now works, whereas previously you had to access the backing TableDataFrame as list(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