converters for python pandas

I have a .txt data where columns 6 and 7 are GPS position in the form: 50;18.5701400N,4;07.7693770E When I read it by read_csv I try to convert it to cartesian coordinates by using converters. I ...