Re: [Numpy-discussion] ANN: pandas v0.17.1 Released

2015-11-21 Thread Brad Reisfeld
To Jeff and all of the contributors, Thank you for your hard and dedicated work on pandas! It is an awesome package that gets better with every release. -Brad On Saturday, November 21, 2015 at 6:44:02 AM UTC-7, Jeff wrote: > > Hi, > > We are proud to announce that *pandas* has become a

Re: [Numpy-discussion] simple manipulations of numpy arrays

2012-02-11 Thread Brad Reisfeld
On 2/10/2012 8:53 AM, Francesc Alted wrote: On Feb 10, 2012, at 4:50 PM, Francesc Alted wrote: https://github.com/FrancescAlted/carry Hmm, this should be: https://github.com/FrancescAlted/carray Blame my (too) smart spell corrector. -- Francesc Alted Thank you, Francesc and Tom,

[Numpy-discussion] simple manipulations of numpy arrays

2012-02-10 Thread Brad Reisfeld
Hi, I am relatively new to numpy and am seeking some advice on an appropriate way to do the following simple task. The idea is to build a class that will allow a user to easily remove and keep columns and rows in a 2D numpy array. An outline of the class is as follows: class