Skip to content

Version 0.15.0

Compare
Choose a tag to compare
@ueshin ueshin released this 08 Aug 05:14
· 1143 commits to master since this release

We rapidly improved and added new functionalities, especially for groupby-related functionalities, in the past weeks. We also added the following features:

koalas.groupby.GroupBy:

koalas.groupby.SeriesGroupBy:

koalas.indexes.Index:

Along with the following improvements:

  • Add multiple aggregations on a single column (#602)
  • Add axis=columns to count, var, std, max, sum, min, kurtosis, skew and mean in DataFrame (#605)
  • Add Spark DDL formatted string support in read_csv(names=...) (#604)
  • Support names of index levels (#621, #629)
  • Add as_index argument to groupby. (#627)
  • Fix issues related to multi-index column access (#594, #597, #606, #611, #612, #620)