Skip to content

Fix nest function to support pandas v1.0.0

Compare
Choose a tag to compare
@machow machow released this 08 Feb 04:28
d5c9e4b

Fixes nest raising the error "TypeError: copy() takes no keyword arguments". Nest now uses a more principled approach to splitting a grouped DataFrame, and creating a list of sub frames! (see #182)

Also fixed doc build, by not trying to run notebooks starting with draft-. (#186)