Version 0.2.1
Additions:
gr.tran_pivot_wider()
andgr.tran_pivot_longer()
for reshaping data; patterned off of the pivoting tools intidyr
@OscarDeGar
Fixes:
- Docstrings for
dfply
functions (such asgr.tf_mutate
) fixed; this makes it much easier to reference these tools when coding @OscarDeGar - Eliminated some circular importing by restructuring
core.py
andtools.py
; adding a newmarginals.py
to consolidate marginal-related tools @Riya-1
Thanks to: