- 1
- 0
- 约5.39千字
- 约 13页
- 2026-09-24 发布于福建
- 举报
第PAGE页共NUMPAGES页
2026年计算机编程技能提升:Python编程语言题库
一、选择题(共10题,每题2分,计20分)
针对行业:金融科技、数据分析
1.在Python中,以下哪个语句用于正确导入pandas库?
A.importpandasaspd
B.includepandasaspd
C.requirepandasaspd
D.loadpandasaspd
2.以下哪个函数可用于在DataFrame中筛选出所有数值大于10的行?
A.df.filter(df10)
B.df.query(value10)
C.df.where(df10)
D.df.select(df10)
3.在Python中,用于处理并发任务的模块是?
A.threading
B.multiprocessing
C.asyncio
D.alloftheabove
4.以下哪个是Python中正则表达式的模块?
A.regex
B.re
C.pattern
D.search
5.在Python中,以下哪个方法用于将字典转换为JSON字符串?
A.dict.to_json()
B.json.dumps(dict)
C.dict.save_json()
D.json.load(dict)
6
原创力文档

文档评论(0)