問題詳情
20. 關於 R 與 Python 語言,下列敘述何者「不」正確?
(A) 在 R 語言中,可使用 write.csv( )函數匯出.csv 檔
(B) 在 Python 語言中,可使用 pandas 的 to_csv( )方法匯出.csv 檔
(C) 在 R 語言中,無法使用 write.table( )函數匯出.csv 檔
(D) 在 Python 語言中,可使用 open("file.csv", "w+")讀寫.csv 檔
參考答案
答案:C
統計:A:0,B:1,C:5,D:0,E:0
難度:計算中