In [3]: pd.array([1, 2, np.nan], dtype="Int64") Out[3]: <IntegerArray> [1, 2, <NA>] Length: 3, dtype: Int64. All NA-like values are replaced with pandas.
確定! 回上一頁