Tablesaw v0.37.1 Release Notes
Release Date: 2020-01-24 // over 2 years ago-
💥 Breaking Changes
Table.summary
now returns aTable
instead of aString
- 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