Store the ethogram index -> behavior mapping in a new column
kushalkolar opened this issue · 1 comments
kushalkolar commented
Just so there's no long term confusion about which behavior is at which index in all the ethograms, since you're storing the ethograms as a numpy array in each row of the DataFrame.
clewis7 commented
this has changed, now storing data again with animal_id
, session_id
, and ethograms in a dict()
with trials as keys