I have a problem. I want to run the scipy.stats f_oneway() ANOVA in a script that loads a data-archive containing groups with numpy arrays like so:
archive{\
I suppose you should try:
scipy.stats.f_oneway(*archive.values())