Skip to content

Releases: nRo/DataFrame

v0.7.6

13 Jan 11:02
@nRo nRo
Compare
Choose a tag to compare
  • join performance improved
  • outer join added
  • LIKE predicate added

v0.7.5.3

07 Jan 11:21
@nRo nRo
5c0f156
Compare
Choose a tag to compare
  • table printer added
  • column type detection fixed
  • CSV quote detection fixed

v0.7.5.2

09 Apr 08:14
@nRo nRo
Compare
Choose a tag to compare
  • toList and asList added to columns
  • aggregation of NA values fixed
  • small bug fixes

v0.7.5.1

21 Dec 11:47
@nRo nRo
d110771
Compare
Choose a tag to compare
  • csv reader performance improved
  • csv reader column select fixed
  • empty column append fixed

v0.7.5

19 Oct 14:08
@nRo nRo
Compare
Choose a tag to compare
  • direct value access for DataRow object.

    DataRows now directly access the respective values from the columns.
    This improves runtime and memory footprint for most DataFrame operations.
    DataRow objects are invalidated once the source DataFrame is changed.
    Accessing an invalidated row results in an exception

  • Row collections are now return as DataRows object.
    DataRows can be converted to a new DataFrame

  • improved 'groupBy' method

v0.7.1

18 Sep 13:25
@nRo nRo
Compare
Choose a tag to compare
  • interval indices added
  • bugfixes

v0.7

17 Jul 13:11
@nRo nRo
Compare
Choose a tag to compare
  • read and write functions have been rewritten from scratch for this version. Some existing methods have beed removed.

  • column types can be detected automatically

  • Data grouping has been refactored and aggregation functions can now be applied to data groupings.

  • Data groupings can now be used like normal DataFrames.

  • Java 8 is now required.

  • Empty DataFrame instances are now created using DataFrame.create()

v0.6.1

12 Jun 08:06
@nRo nRo
Compare
Choose a tag to compare
  • CSV loading, writing
  • filter predicates (object and query text based)
  • dataframe join (left, right, inner)
  • groupBy
  • sort
  • column operations