Skip to content

v0.7.2

Compare
Choose a tag to compare
@qinxuye qinxuye released this 07 Apr 09:52
· 190 commits to master since this release
  • Unified execution engine for both ML and DataFrame
  • Instance tunnel support
  • Now support initialize DataFrame with Partition object
  • Setitem support for DataFrame, e.g. df['new_col'] = df.col + 1
  • Add dropna parameter for value_counts
  • Bug fixes