Re: [Numpy-discussion] Numpy Nu-bee: forward fill function

2008-09-30 Thread Joshua Ford
Thank you so very much! From: [EMAIL PROTECTED] To: numpy-discussion@scipy.org Date: Mon, 29 Sep 2008 23:24:02 -0400 Subject: Re: [Numpy-discussion] Numpy Nu-bee: forward fill function On Monday 29 September 2008 22:31:47 Joshua Ford wrote: I would like to conduct the equivalent

[Numpy-discussion] Numpy Nu-bee: forward fill function

2008-09-29 Thread Joshua Ford
Hello all! I'm a python and numpy newbie and I'm having difficulty doing something that seems to be relatively straightforward. So I figured I would ask the experts! I would like to conduct the equivalent of a forward fill function on an array, that repeats the last non-null value until

Re: [Numpy-discussion] Numpy Nu-bee: forward fill function

2008-09-29 Thread Pierre GM
On Monday 29 September 2008 22:31:47 Joshua Ford wrote: I would like to conduct the equivalent of a forward fill function on an array, that repeats the last non-null value until the next non-null value is reached. I saw that the scipy TimeSeries has a forward_fill function: