Fix invalid data from Aspen Web API
Fixed
Aspen Web API will sometimes return values that are not a proper number, e.g. "1.#QNAN". This was stored as a string, which led to the dataframe being of type object. Fixed by converting all non-valid numbers to proper NaN values.