krangl v0.10 Release Notes

Release Date: 2018-09-03 // over 5 years ago
  • Major:

    • ๐Ÿ†• New: summarizeAt for simplified column aggregations
    • ๐Ÿ†• New: setNames to replace column headers of a data-frame
    • ๐Ÿ†• New: Deparse Iterables more conveniently using lambdas in deparseRecords

    Minor:

    • ๐Ÿ›  Fixed: Can not read csv-tables without header
    • โž• Added option to skip lines in csv reader.
    • ๐Ÿ›  Fixed schema() should no throw memory exception (#53: )
    • ๐Ÿ›  Fixed DataFrame.readTSV default format (#56)
    • โž• Added where() for conditional column creation (relates to #54)
    • โž• Added writeTSV
    • ๐Ÿ›  Fixed grouping by Any columns
    • โž• Added: toDoubleMatrix() helper extension method