dtype = np.dtype("M8[h]") arr = pd.array([], dtype=dtype) >>> arr <PandasArray> [] Length: 0, dtype: datetime64[h]
In most cases we'd like to align behavior across different constructors (pd.Series, pd.Index, pd.array). One case where we currently don't do that is with an un-supported numpy dt64/td64 dtype. pd.Series/pd.Index will raise on this, while pd.array will wrap it in a PandasArray.
I propose we deprecate that behavior and raise in pd.array like we would in Series/Index.
xref #27460
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4