two type separatos read file python code example
Example: two type separatos read file python
#read data with two delimiters
data = pd.read_csv('data.txt',
sep=";|:|,",
header=None,
engine='python')