A tab delimited txt file is being read line by line into a list of strings. the aim is to process each word of the string with the format type of the string like datetime or, float or string of characters etc.? so that the data can be plotted . Is there any other efficient way to do this?A tab delimited txt file is being read line by