heading none in pandas import

27

df = pd.read_csv(file_path, usecols=[3,6], names=['colA', 'colB'], header=None)

Comments

Submit
0 Comments