krangl v0.18 Release Notes

    • Added support for arrow (Thanks to @Kopilov for contributing PR 150)
    • Improved support for large Excels tables (Thanks to @ayvazj for contributing PR 126)
    • ➕ Added second version of unfold() to work with property accessors instead kotlin cars.unfold("cars", listOf(Car::brand, Car::ps))

    Minor enhancements

    • 🛠 Fixed #63: Can not print schema() of empty data-frame