Tablesaw v0.37.1 Release Notes

Release Date: 2020-01-24 // about 4 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • Table.summary now returns a Table instead of a String - Thanks @jackie-h

    ๐Ÿ”‹ Features

    • Table transpose 1b01eaf - Thanks @jackie-h
    • โž• Added ability to sample rows while reading a CSV - Thanks @aecio
    • โž• Additional Column and Table create methods

    Cleanup

    • ๐Ÿ›  Fixed a bunch of SonarCloud warnings
    • ๐Ÿ‘Œ Improved exception message for duplicate Table columns
    • Validation for Table joins