Is it possible to read in an external csv or other data file of parameter values? I've tried pandas.io.parsers.read_csv, but I receive an error:
"Cannot import attribute within module io."
So I think pandas.io might be blacklisted. I know I could list parameter values in the code, but if there are a large number of parameter values then its a lot simpler to read them in in the form of a csv.