可以使用 delimiter=‘;|,‘来代替 sep=’[;,]’

import pandas as pd

df = pd.read_csv('file.csv', delimiter=';|,')