How to construct nested numpy record arrays?

Viewed 586

The numpy manual mentions use case for numpy.save

Annie Analyst has been using large nested record arrays to represent her statistical data.

Is it possible to have nested records array without dtype=object? If so, how?

2 Answers
Related