单项选择题
A.barplot()B.heatmap()C.boxplot()D.violinplot()
若要在Matplotlib的图表中添加图例,应使用以下哪个函数?()A.plt.legend()B.pltxl...
单项选择题若要在Matplotlib的图表中添加图例,应使用以下哪个函数?()
A.plt.legend()B.pltxlabel()C.plt.ylabel()D.plt.title()
在Pandas中,使用()函数可以对DataFrame的索引进行排序。A.sort()B.order()C.s...
单项选择题在Pandas中,使用()函数可以对DataFrame的索引进行排序。
A.sort()B.order()C.sort_values()D.sort_index()
下列哪个函数在Pandas中用于删除缺失值?()A.dropna()B.fillna()C.isnan()D....
单项选择题下列哪个函数在Pandas中用于删除缺失值?()
A.dropna()B.fillna()C.isnan()D.isnull()