[Numpy-discussion] Fortran order in recarray.

Nathaniel Smith njs at pobox.com
Tue Feb 21 19:53:07 EST 2017


On Feb 21, 2017 3:24 PM, "Alex Rogozhnikov" <alex.rogozhnikov at yandex.ru>
wrote:

Ah, got it. Thanks, Chris!
I thought recarray can be only one-dimensional (like tables with named
columns).

Maybe it's better to ask directly what I was looking for:
something that works like a table with named columns (but no labelling for
rows), and keeps data (of different dtypes) in a column-by-column way (and
this is numpy, not pandas).

Is there such a magic thing?


Well, that's what pandas is for...

A dict of arrays?

-n
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20170221/f05cb2e6/attachment.html>


More information about the NumPy-Discussion mailing list