LAAC-LSCP / ChildProject

Python package for the management of day-long recordings of children.
https://childproject.readthedocs.io
MIT License
13 stars 5 forks source link

Annotation and segments manipulation wishlist #38

Closed lucasgautheron closed 3 years ago

lucasgautheron commented 4 years ago

I suggest that we discuss here a list of functions that could help manipulating annotations and segments more easily. Here is what I suggest, please add any :

lucasgautheron commented 4 years ago

Feel free to suggest more @alecristia

alecristia commented 4 years ago

Hmm I'm not sure I follow the logic of these. What would be the goal? Some of these are for me things that must be done to correct errors:

The other function is something that I do at the analysis - I'll explain

alecristia commented 4 years ago

sorry, i was interrupted -- "intersection(a, b)" is what I typically do in R, with left_join or merge. We don't need to rewrite this function in a different package. Typically this is at the analysis stage, when you decide which metadata you need and how you want to integrate it.

Does that make sense, or am I perhaps misunderstanding what we are trying to do here?

lucasgautheron commented 4 years ago