Read in a csv with a different separator based on the each column?

前端 未结 0 1691
时光取名叫无心
时光取名叫无心 2020-12-07 05:48

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题