read_csv でヘッダあり・なしCSVの読み込み - Qiita

忙しい方のために# ヘッダありCSVdf = read_csv(filename, header=0)# ヘッダなしCSVdf = read_csv(filename, header=Non…