Skip to content

New Release for Node(v0.2.6) and Browser (0.2.5)

Compare
Choose a tag to compare
@risenW risenW released this 29 Mar 16:16
· 540 commits to master since this release

[Bug Fix]: #150 #152
[Patch] #159 , #158
[Feature] #154 New Groupby feature: Perform groupby operation on grouped columns directly:

group = df.groupby(['A"])
group.min()


groupby.apply((x) => x.add(2))
groupby.col(["C"]).apply((x) => x.min())

Contributors: @steveoni @PrawiraGenestonlia @woosuk288 @risenW