Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@rxin rxin released this 15 May 07:17
· 1343 commits to master since this release

We rapidly improved Koalas in documentation and added new functionalities in the past week. As of this release, all functions are documented. We also added the following features:

koalas:

  • range (#254) - for generating a distributed sequence of data
  • sql (#256) - for running SQL queries

koalas.DataFrame:

koalas.Series:

Along with the following improvements:

  • Design Principles and Contribution Guide (#246, #255)
  • DataFrame.drop now supports columns parameter (#253)
  • repr and repr_html improvements (#258) - only shows top 1000 when the number of values/rows in DataFrame and Series exceed 1000.