Re: [Numpy-discussion] adding a cut function to numpy

2012-04-16 Thread Skipper Seabold
On Mon, Apr 16, 2012 at 8:08 PM, Tony Yu wrote: > > > On Mon, Apr 16, 2012 at 6:01 PM, Skipper Seabold > wrote: >> >> On Mon, Apr 16, 2012 at 5:51 PM, Tony Yu wrote: >> > >> > >> > On Mon, Apr 16, 2012 at 5:27 PM, Skipper Seabold >> > wrote: >> >> >> >> Hi, >> >> >> >> I have a pull request her

Re: [Numpy-discussion] adding a cut function to numpy

2012-04-16 Thread Tony Yu
On Mon, Apr 16, 2012 at 6:01 PM, Skipper Seabold wrote: > On Mon, Apr 16, 2012 at 5:51 PM, Tony Yu wrote: > > > > > > On Mon, Apr 16, 2012 at 5:27 PM, Skipper Seabold > > wrote: > >> > >> Hi, > >> > >> I have a pull request here [1] to add a cut function similar to R's > >> [2]. It seems there a

Re: [Numpy-discussion] adding a cut function to numpy

2012-04-16 Thread Skipper Seabold
On Mon, Apr 16, 2012 at 5:51 PM, Tony Yu wrote: > > > On Mon, Apr 16, 2012 at 5:27 PM, Skipper Seabold > wrote: >> >> Hi, >> >> I have a pull request here [1] to add a cut function similar to R's >> [2]. It seems there are often requests for similar functionality. It's >> something I'm making use

Re: [Numpy-discussion] adding a cut function to numpy

2012-04-16 Thread Tony Yu
On Mon, Apr 16, 2012 at 5:27 PM, Skipper Seabold wrote: > Hi, > > I have a pull request here [1] to add a cut function similar to R's > [2]. It seems there are often requests for similar functionality. It's > something I'm making use of for my own work and would like to use in > statstmodels and i

[Numpy-discussion] adding a cut function to numpy

2012-04-16 Thread Skipper Seabold
Hi, I have a pull request here [1] to add a cut function similar to R's [2]. It seems there are often requests for similar functionality. It's something I'm making use of for my own work and would like to use in statstmodels and in generating instances of pandas' Factor class, but is this generall