使用复习卡回顾
·
第 1 题,共 6 题
Pandas 读取外部数据
开始实验
1
选择最佳答案
哪个
read_csv
参数可以忽略以
#
开头的行?
A
header='#'
B
skiprows=False
C
na_values=['#']
D
comment='#'