将数据框中的数据保存到Excel文件中,应使用的语句是()。
A. to_excel
B. put_excel
C. save_excel
D. write_excel
查看答案
将.txt格式的文件导入为数据框对象,应使用的语句是()。
A. read_txt
B. get_txt
C. read_table
D. get_table
Pandas中两个主要的数据结构是()。
A. List、Tuple
B. Set、Dict
C. Series、DataFrame
D. Table、ndarray
使用matplotlib绘制折线图的函数是()。
A. plot
B. bar
C. hist
D. pie
使用matplotlib绘图时,设置图例的函数是()。
A. title
B. legend
C. xlabel
D. text