Half-Day Online Pilot Workshop on AutoDock4 on 9 August 2024, 2:00 pm to 5.30 pm. Click here to register.

Parsing data - English

22498 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