Skip to content

Releases: TyberiusPrime/dppd

fix: norm_0_to_1

12 Jun 06:45
Compare
Choose a tag to compare

There was a stupid bug in the way norm_0_to_1 was implemented.
It should now be correct.

v.0.26

27 Nov 09:54
Compare
Choose a tag to compare
  • added .dir_dppd() to list just dppd registered verb, not those wrapping the object itself.
  • dp(DataFrame).insert() now returns self and is therefore chainable.

v0.25

31 Aug 11:21
Compare
Choose a tag to compare

Added .debug() for inspecting dataframes without disturbing the pipe

Counter.to_frame

21 Apr 14:16
Compare
Choose a tag to compare

allow dp(collections.Counter(...)).to_frame(key_name='hello', count_name='world').pd

v0.23

11 Jan 13:02
Compare
Choose a tag to compare

Release 0.23 brings

  • pca() on dataframe
  • 'natsorted' for categoricals
  • select_and_rename (select no longer renames)
  • level selection in column specifications
    (by passing in a list of regexps, might be shorter than the number of levels)