This repository was archived by the owner on Apr 2, 2026. It is now read-only.
Transpose changes
API changes:
table.transpose(...)was renamed totable.pivot_transpose(...)
- new
table.transpose()andtable.Twere added, it's functionality acts similarly tonumpy.T, the column headers are used the first row in the table when transposing.