I am using Papaparser to parse a CSV file, but the headers in the CSV file contain both numbers and strings. Papaparser is parsing the number headers first before the string headers. Here is an example of my CSV file:
Date,1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,Above20Net
2022-01-10,0.0,0.0,0.0,0.0,0.0,66.3,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0
2022-01-09,7.0,0.0,0.9,1.7,1.7,84.9,98.2,99.5,99.6,99.6,99.6,99.6,99.6,99.7,99.7,99.7,99.7,99.7,99.7,99.9,99.9,100.0