Skip to content

Fix invalid data from Aspen Web API

Compare
Choose a tag to compare
@einarsi einarsi released this 26 Jan 12:51
16907d0

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.