coincidence_trigger output

Hi Javier,

The output of coincidence_trigger is list of dictionaries. You can use a simple list comprehension, or if you know (or are willing to learn) pandas you could use a dataframe. I created a gist you can checkout for an example:

https://gist.github.com/d-chambers/a1ef831a4bb207d9cfaca5a1d4b1dc74

Derrick

Thank you Derrick;

That worked fine

Regards;