You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.