[SciPy-User] determining if structured/rec array

Ryan May rmay31 at gmail.com
Sun Mar 21 13:48:25 EDT 2010


On Sun, Mar 21, 2010 at 12:12 PM, Skipper Seabold <jsseabold at gmail.com> wrote:
> Is there anywhere in scipy that works on structured arrays
> dynamically?  If not, is this a good way to determine if a structured/
> rec array was given to a function or is there a better/easier way?

Not commenting on the utility, but numpy as lib/recfunctions.py that
would seem to be a sensible spot for such a function.  Certainly,
since it deals just with numpy arrays, it should live in numpy and not
scipy.

Ryan

-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma



More information about the SciPy-User mailing list