Column id and runtime are comma-separated. However, column genres is separated by Pipe(|). df = pd.read_csv(path, sep=\',\') results in the tab
df = pd.read_csv(path, sep=\',\')