网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
3、统计DataFrame对象stu中各‘省份’同学人数的方法是________。
A.stu[].value_counts(‘省份’)
B.stu[‘省份’].count()
C.stu[‘省份’].value_counts()
D.pd.value_counts(stu[‘省份’])
参考答案和解析
C
更多 “3、统计DataFrame对象stu中各‘省份’同学人数的方法是________。A.stu[].value_counts(‘省份’)B.stu[‘省份’].count()C.stu[‘省份’].value_counts()D.pd.value_counts(stu[‘省份’])” 相关考题
考题
已知Student类是一个空类,stu1和stu2是Student类的两个对象,则通过“stu1.name='李晓明'”语句增加的属性可以通过()访问。
A.Student.name、stu1.name或stu2.nameB.Student.name或stu1.nameC.stu1.name或stu2.nameD.stu1.name
考题
已知Student类有一个属性__id,stu是Student类的对象,则通过“stu.__id='1810101'”可以将stu对象中的__id属性赋值为字符串'1810101'。()
此题为判断题(对,错)。
考题
已知stu1和stu2是Student类的两个对象,则执行“stu1stu2”时会自动执行Student类的方法。()
A、__gt__B、__ge__C、__lt__D、__le__
考题
表示把名字为dw_stu的数据窗口控件关联到名字为d_stu的数据窗口对象的脚本语句是()
A、dw_stu、dataobject=”d_stu”B、d_stu、dataobject=”dw_stu”C、dw_stu=”d_stu”D、d_stu=”dw_stu”
考题
已知stu1和stu2是Student类的两个对象,则执行“stu1>stu2”时会自动执行Student类的()方法。
A.__lt__B.__le__C.__gt__D.__ge__
考题
要从学生成绩表(Stu_grade)中按课程号(Cno)统计出每门课程的选修人数,(27)可以实现这一功能。Stu_ gradeA.select Cno,count(stu_no)from Stu_grade group by CnoB.select Cno,count (stu_ no)from Stu_ gradeC.select Cno from Stu_gradeD.select Cno from Stu_grade group by Cno
考题
如何获取参数为Object对象的具体属性
如Student类有属性id,name并且已经赋值1,小明我需要定义一个共有的方法,publicvoidaa(Objectobj){......}publicstaticvoidmain(String[]args){Studentstu=newStudent();stu.setId("1");stu.setName("小明");aa(stu);}我如何在aa方法里面获取对象具体的属性值,即:id=1name=“小明”
考题
单选题以下dataframe对象导出为xlsx文件的方法正确的是()A
to_csvB
to_excelC
to_xlsxD
to_xls
热门标签
最新试卷