Q20.webp
M

Q20.webp

Kizspy | Question: 20
(Choose 1 answer)
Which of the following code will export dataframe (df) in CSV file, encoded in UTF-8 after hiding index & header
labels.
A. df_1.to_csv('../data/file.csv', encoding='utf-8',index=True, header=False)
B. df_1.to_csv('../data/file.csv', encoding='utf-8',index=False,header=True)
C. df_1.to_csv('../data/file.csv', encoding='utf-8',index=False,header=False)
D. None of the others

Thông tin

Category
PRP201c
Thêm bởi
Minh Tuấn1
Ngày thêm
Lượt xem
971
Lượt bình luận
2
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom