Skip to content
Commit 720aeec2 authored by Douglas RAILLARD's avatar Douglas RAILLARD
Browse files

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.
parent 3f51f8c6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment