score:13

Accepted answer

calling tolist or toarray really is the best way to force it to execute and get the entire sequence (see randolpho's comment below for other methods that will force execution for single elements of the sequence).

is there a specific reason you would want to avoid deferred excution?


Related Query

More Query from same tag