I'm reading a txt file for calculating the skewT routine in MetPy, however my negative numbers are not read.
According to the tutorial I tried to read a txt file, I modified the original command a little bit
col_names = ['pressure', 'height', 'temperature', 'dewpoint', 'direction', 'speed']
pd.read_fwf('addbna.txt', usecols=[0, 1, 2, 3, 6, 7], names=col_names)
The first rows are red without problem, the issues I have start when there are negative numbers, the minus sign is totally ignored.
These are the files I'm using
https://drive.google.com/open?id=1FOGDNk9fkUooTT2NJCQgpe_12l3sprSl https://drive.google.com/open?id=1aVKeokDOW01Ol8l0UubhTSjqjN6gTCCC