ENH: Add bfill() and ffill() function to numpy · Issue #2...
Proposed new feature or change: After some searching, I found out there is no easy way of doing backward filling/forward filling with numpy. However, this is super easy to do in pandas. Would be nice to have these functions added in nump...