You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the raw data, most of the lines only end with one asterisk * or two ** , while the python code is only accepting lines that finish with the full three ***.
Since any line with at least one asterisk is usually complete, changed the python code to just look for a single asterisk.
Now produces 2035 processed lines of data for MainTesting_BMW.
MainTesting_BMW was producing 118 lines of "cleaned" data from 2090 lines raw.
The text was updated successfully, but these errors were encountered: