in flight.py, the _classify_arg() function may benefit from these changes or similar ones:
change arg to arg.replace(",","") in cases where comma is not a valid character to convert to integer but is present for human readability. for example CO2 and (e)missions. Removing the comma does not effect the resultant value.