Skip to content

Version 0.12.0

Compare
Choose a tag to compare
@HyukjinKwon HyukjinKwon released this 10 Jul 06:36
· 1200 commits to master since this release

We rapidly improved and added new functionalities in the past week. We also added the following features:

koalas:

koalas.DataFrame:

koalas.Series:

Along with the following improvements:

  • Fix DataFrame.replace to take kdf.replace({0: 10, 1: 100}) (#527)