AllenNeuralDynamics / aind-dynamic-foraging-data-utils

Tools for the analysis of behavior and neural data from the dynamic foraging task
MIT License
2 stars 0 forks source link

switching from pivot_table to pivot #34

Closed alexpiet closed 1 month ago

alexpiet commented 2 months ago

pivot_table aggregates duplicate entries, but pivot throws an error. We should expect to never have duplicate entries.

This would have caught this error: https://github.com/AllenNeuralDynamics/aind-fip-dff/issues/10

alexpiet commented 2 months ago

@rachelstephlee This is ready to review, and can be merged whenever.

alexpiet commented 2 months ago

@rachelstephlee Can you approve this PR?