Re: [Numpy-discussion] How to convert a list into a structured array?

2009-05-05 Thread Francesc Alted
Welcome Wei! A Monday 04 May 2009, Wei Su escrigué: Hi,All:   My first post! I am very excited to find out structured array (record array) in Python. Since I do data manipulation every day, this is truly great. However, I typically download data using pyodbc, the default output is a big

Re: [Numpy-discussion] How to convert a list into a structured array?

2009-05-05 Thread Wei Su
  Hi, Francesc:   Thanks a lot for offering me help. My code is really simple as of now.   ** from pyodbc import * from rpy import * cnxn = connect('DRIVER={SQL

[Numpy-discussion] How to convert a list into a structured array?

2009-05-04 Thread Wei Su
Hi,All:   My first post! I am very excited to find out structured array (record array) in Python. Since I do data manipulation every day, this is truly great. However, I typically download data using pyodbc, the default output is a big list. So I am wondering how to convert that big list into a