Hacker News new | ask | show | jobs
by etal 5840 days ago
Does numpy's record array do what you want?

http://www.scipy.org/RecordArrays

It doesn't quite have first-class status in the library the way data.frame does in R, but it does let you index an array using strings.

1 comments

Thanks, I'll check it out!