Re: [Numpy-discussion] pandas dataframe memory layout

2012-12-08 Thread Chao YUE
I don't know. Maybe you can ask here: http://stackoverflow.com/questions/tagged/pandas chao On Sat, Dec 8, 2012 at 12:20 PM, Daniel Wu wrote: > For numpy array, we can choose to use either C style or Forran stype. > For dataframe in Pandas, is it possible to choose memory layout as in > numpy

Re: [Numpy-discussion] Numpy Trac migration

2012-12-08 Thread Dag Sverre Seljebotn
On 12/06/2012 01:45 AM, Pauli Virtanen wrote: > Hi, > > For those whom it may concern: Since the Numpy Trac -> Github migration > is complete, I went ahead and added redirects > > projects.scipy.org/numpy/register -> github.com/numpy/numpy/issues > projects.scipy.org/numpy/newticket -> github.com/n

[Numpy-discussion] pandas dataframe memory layout

2012-12-08 Thread Daniel Wu
For numpy array, we can choose to use either C style or Forran stype. For dataframe in Pandas, is it possible to choose memory layout as in numpy array? ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/

Re: [Numpy-discussion] Hierarchical vs non-hierarchical ndarray.base and __array_interface__

2012-12-08 Thread Ralf Gommers
On Sat, Nov 24, 2012 at 8:34 PM, Gamblin, Todd wrote: > Hi all, > > I posted on the change in semantics of ndarray.base here: > > > https://github.com/numpy/numpy/commit/6c0ad59#commitcomment-2153047 > > And some folks asked me to post my question to the numpy mailing list. > I've implemented a

Re: [Numpy-discussion] turn off square brackets in set_print_options?

2012-12-08 Thread Ralf Gommers
On Wed, Dec 5, 2012 at 10:42 PM, Mark Bakker wrote: > Hello List, > > Is it possible to turn off printing the square brackets in > set_print_options? > Am I overlooking something? > You're not, those are hardcoded in _formatArray() in core/arrayprint.py Ralf