Hello!
Is it possible to create a data frame in a running experiment (e.g. during a learning routine of an experiment where only certain ratings and stimuli are stored, e.g. stimuli with highest ratings), then save this dataframe as an Excel file and then use this Excel file as input for a following loop of the routine (only the stimuli with the highest ratings are presented again)?
I tried to create a dataframe in a Begin experiment code block (using install pandas as pd) and wanted to append the relevant information (stimuli with only the highest ratings) but this did not work.
Thank you very much!