python 中如何判斷獲取檢視變數的型別

data_amateur發表於2020-12-11

python 中如何判斷獲取檢視變數的型別

1.python內建的變數型別使用type(變數名稱)來檢視。

2.pandas的變數如dataframe、series可以使用:變數名稱.dtypes()來獲取變數型別。

相關文章