Skip to content

Misc bug fixes

Compare
Choose a tag to compare
@machow machow released this 15 Aug 02:22
· 98 commits to master since this release
2573413

Fixes

  • anti_join in pandas no longer breaks when on argument is a string. E.g. anti_join(df1, df2, on = "some_col") #264
  • fct_collapse now correctly keeps missing values (#262)