Other new features and improvements
We added the following new features:
koalas:
- `to_numeric` (1060)
koalas.DataFrame:
- `idxmax` (1054)
- `idxmin` (1054)
- `pct_change` (1051)
- `info` (1124)
koalas.Index
- `fillna` (1102)
- `min` (1114)
- `max` (1114)
- `drop_duplicates` (1121)
- `nunique` (1132)
- `sort_values` (1120)
koalas.MultiIndex:
- `levshape` (1086)
- `min` (1114)
- `max` (1114)
- `sort_values` (1120)
koalas.SeriesGroupBy
- `head` (1050)
koalas.DataFrameGroupBy
- `head` (1050)
Other improvements
- Setting index name / names for Series (1079)
- disable 'str' for 'SeriesGroupBy', disable 'DataFrame' for 'GroupBy' (1097)
- Support 'compute.ops_on_diff_frames' for NumPy ufunc compay in Series (1128)
- Support arithmetic and comparison APIs on same DataFrames (1129)
- Fix rename() for Index to support MultiIndex also (1125)
- Set the upper-bound for pandas. (1137)
- Fix _cum() for Series to work properly (1113)
- Fix value_counts() to work properly when dropna is True (1116, 1142)