Version 0.4.0
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:
koalas.DataFrame:
- merge (#264)
- to_json (#238)
- to_csv (#239)
- to_excel (#288)
- to_clipboard (#257)
- clip (#297)
- to_latex (#297)
koalas.Series:
- unique (#249)
- to_clipboard (#257)
- to_latex (#297)
- clip (#297)
- fillna (#317)
- is_unique (#325)
- sample (#327)
Along with the following improvements: