Hi, Pierre:
Thanks for the reply. I can now actually turn a big list into a record array.
My question is actually how to join related record arrays in Python. This is
done in SAS by MERGE and PROC SQL and by merge() in R. But I have no idea how
to do it in Python.
Thanks.
Wei Su
--- On
Hi, All,
Coming from SAS and R, this is probably the first thing I want to do now that I
can convert my data into record arrays. But I could not find any clues after
googling for a while. Any hint or suggestions will be great!
Thanks a lot.
Wei Su
Hi, Francesc:
The codes do not work. Guess you forgot something there.
Thanks.
Wei Su
--- On Mon, 5/11/09, Francesc Alted wrote:
From: Francesc Alted
Subject: Re: [Numpy-discussion] List of arrays
To: "Discussion of Numerical Python"
Date: Monday, May 11, 2009, 10:40 AM
A
Hi, Stephen:
This is fantastic. I shall read your codes carefully next week. (I am taking
the rest of the week off for vacation.) Hopefully I am not so dumb that I need
to ask again.
Regards,
Wei Su
--- On Wed, 5/6/09, Stephen Simmons wrote:
From: Stephen Simmons
Subject: Re: [Numpy
Python module?
Thanks in advance.
Wei Su
--- On Tue, 5/5/09, Francesc Alted wrote:
From: Francesc Alted
Subject: Re: [Numpy-discussion] How to convert a list into a structured array?
To: "Discussion of Numerical Python"
Date: Tuesday, May 5, 2009, 7:10 AM
Welcome Wei!
A
Hi, Everyone:
This is what I need to do everyday. Now I have to first save data as .csv file
and the use csv2rec() to read the data as a record array. Anybody can give me
some advice on how to directly get the data as record arrays? It will save me
tons of time.
Thanks in advance.
Wei
structured array? using array()
will turn it into a text array, afaik. it is even better if anybody can show me
some tricks to download the data directly as a structured array.
Thanks a lot for the help.
Wei Su
BTW: I am also interested in Python's ability to handle large data. Any