Thank you for the suggestion. We will look into it!
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Memb
Hello everyone,
My colleague and I will be opening a Pull Request (PR) about adding bfill()
(backward fill) function to NumPy. This function is designed to fill NaN values
in an array by propagating the next valid observation backward along a
specified axis. We believe this addition will be hig