Using Python read specific (column, row) values from a txt file
- by user2955708
I would like to read values from a text file until that is a float value.
Lets say I have the following file:
14:53:55
Load 300 Speed 200
Distance,m Fz Fx Speed
0.0000 249 4 6.22
0.0002 247 33 16.29
0.0004 246 49 21.02
0.2492 240 115 26.97
0.2494 241 112 21.78
0.2496 240 109 …