getColumnAsList() in 7.9.14

getColumnAsList is not a member of the Dataset interface.

You must have been operating on an implementation of Dataset that had it, but now you’re not.

If you print out the type of Dataset in the old version and current version you might see the difference. For example, a PyDataSet does not have getColumnAsList on it.

(do something like print type(ds))