To select columns that are only of numeric datatype from a Pandas DataFrame, call DataFrame.select_dtypes() method and pass np.number or 'number' as ...
確定! 回上一頁