Which read_csv argument ignores lines beginning with #?
read_csv
#
na_values=['#']
header='#'
skiprows=False
comment='#'