lisa.trace: Avoid using GroupBy.first()
GroupBy.first() raises some unexpected exceptions when used on categorical data, so use head(1) instead. Since head() resets the index, we have to update a bit of code around.
Loading
Please register or sign in to comment