Manuel Rincon writes:
[...]
> Type=0 MarketTime=11:18:26.549 Price=112.8300
> Type=0 MarketTime=11:18:28.792 Price=112.8300
[...]
>
> I would need to filter only the numeric part of all the columns.
I assume that by "numeric" you mean the value after Price=
line.split()[2].split('=')[1]
lin
Dear:
With what function could you separate the numerical part of each column?
MarketTime Price
Type
Type=0 MarketTime=11:18:26.549 Price=112.8300
Type=0 MarketTime=11:18:28.792 Price=112.8300
Type=0 MarketTime=11:18