Open rubenbaetens opened 11 years ago
We could also make a result.array() method. I was also thinking to make the transition to a pandas dataframe more built-in with a result.dataframe() method. Maybe differentiating in the methods is better than using an argument to differentiate what one single method returns?
in such way of thinking, also a function result.sum() might be favourable.
The current result.values( ) function returns the retrieved results as a list. Maybe it is desirable to include an option 'type' to retrieve the results as a numpy array making certain scripts much more readable and shorter.
eg.