Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Transpose changes

Choose a tag to compare

@realratchet realratchet released this 26 Jan 10:21
dec083f

API changes:

  • table.transpose(...) was renamed to table.pivot_transpose(...)
  • new table.transpose() and table.T were added, it's functionality acts similarly to numpy.T, the column headers are used the first row in the table when transposing.