Closed
Description
There are a few places where we need an empty array-like of the same type+dtype as self. e.g. in #23431 I used self._data[:0]
. A dedicated empty()
method might pretty that up.
There are a few places where we need an empty array-like of the same type+dtype as self. e.g. in #23431 I used self._data[:0]
. A dedicated empty()
method might pretty that up.