Skip to content

Fix inferring join cols in semi join; add grouped df console representation

Compare
Choose a tag to compare
@machow machow released this 20 Jan 22:37
· 243 commits to main since this release
6ea39e1

Fixes

  • Error in pandas semi_join errored when no join cols were specified (#351; PR #374)

Misc

  • Add an extra test for fast_mutate (#355 #372 )