Parsing data - English

21945 visits



Outline:

What is Parsing data? split function and its syntax What is string tokenizing? How to split a string on whitespace? split function with argument strip function and example Converting string into floats and integers Example to read a huge .txt file line by line and parse each record Perform computations on the .txt file Execute the file using %run command