hassonlab / 247-pickling

Contains code to create pickles from raw/processed data
1 stars 10 forks source link

sort conversations according to the naming convention #45

Open hvgazula opened 2 years ago

hvgazula commented 2 years ago

write a function for this. this will make life easier later on.

zkokaja commented 2 years ago

Conversations are name NY{SUB}_{MONTH}{DAY}_Part{X}_conversation{x}. Should we change sorting from alphabetical to alphanumeric. Part{X} can be a number or a word.

zkokaja commented 1 year ago

we should control and set the order of conversations, especially so that it's reproducible. i.e. don't rely on glob to return the same ordering everytime. sorting will solve this

hvgazula commented 1 year ago

@zkokaja How will you sort on these? 😄

image image