pandas to csv without header

49

pandas to csv without header -

file = pd.read_csv(file_name, header=None) 

Comments

Submit
0 Comments