2017-12-27 361 views

回答

0

如果它是一個熊貓數據幀:

df = df.astype(str) 
0

我認爲這是最簡單的方法:

df = df.applymap(str) 

df是您的數據幀。

相關問題