Re: [Numpy-discussion] Structured array creation with list of lists and others

2017-03-26 Thread Kirill Balunov
Allan thank you for your draft! I agree with you that (not in mine ) in general case it would be hard to resolve all corner cases. Also I think if someone read numpy reference linearly, he/she will have some insight that list of tuples are necessary (but it was not my case). For me one problem is

Re: [Numpy-discussion] Structured array creation with list of lists and others

2017-03-24 Thread Allan Haldane
On 03/23/2017 02:16 PM, Kirill Balunov wrote: > It was the first time I tried to create a structured array in numpy. > Usually I use pandas for heterogeneous arrays, but it is one more > dependency to my project. > > It took me some time (really, much more than some), to understand the > problem w

Re: [Numpy-discussion] Structured array creation with list of lists and others

2017-03-24 Thread Slavin, Jonathan
, Mar 24, 2017 at 5:09 AM, wrote: > From: Kirill Balunov > To: numpy-discuss...@scipy.org > Cc: > Bcc: > Date: Thu, 23 Mar 2017 21:16:28 +0300 > Subject: [Numpy-discussion] Structured array creation with list of lists and others > It was the first time I tried to create a stru