I have a text file with two columns of data that are separated by a comma. I am trying to import the data into my python script using numpy loadtext, but I am getting the error: invalid literal for float(): 201.9271,43I have a text file with two columns of data tha