The column names of the Dataframe disagree with the (documentation). The fields are actually referring to the column names until 20 Oktober 2019. For example, PM1.0_CF_ATM_ug/m3 is actually PM1.0_CF1_ug/m3 according to documentation and field5 of PARENT_PRIMARY_COLS is RSSI instead of ADC.
The column names of the Dataframe disagree with the (documentation). The fields are actually referring to the column names until 20 Oktober 2019. For example,
PM1.0_CF_ATM_ug/m3
is actuallyPM1.0_CF1_ug/m3
according to documentation and field5 ofPARENT_PRIMARY_COLS
isRSSI
instead ofADC
.https://github.com/ReagentX/purple_air_api/blob/031f7ccac5d4dd6dd33e9b5abf4bf3f40d73d7a2/purpleair/api_data.py#L20-L70