To suppress first row as header, which of the following arguments is to be given in read_csv() ?
header = None
Reason — The header = None argument is to be given in read_csv to suppress the first row as the header.
read_csv