I’m reading in a pandas DataFrame using pd.read_csv. I want to keep the first row as data, however it keeps getting converted to column names. I tried header=False but this just deleted it entirely. (Note on my input data: I have a string (st = ‘n’.join(lst)) that I convert to a file-like object (io.StringIO(st)), then build the csv from that