You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some obscure variables that are not parsed into the DataFrame. This is because the JSON schema didn't easily fit into the long-form DataFrame.
For now, I print WARNING and the variable name not parsed...
WARNING: Unknown schema for col='pressure_tendency_set_1' schema=List(Null)
WARNING: Unknown schema for col='air_temp_high_6_hour_set_1' schema=List(Null)
WARNING: Unknown schema for col='air_temp_low_6_hour_set_1' schema=List(Null)
WARNING: cloud_layer_1_set_1d not implemented.
WARNING: cloud_layer_2_set_1d not implemented.
WARNING: cloud_layer_3_set_1d not implemented.
There are some obscure variables that are not parsed into the DataFrame. This is because the JSON schema didn't easily fit into the long-form DataFrame.
For now, I print WARNING and the variable name not parsed...
The text was updated successfully, but these errors were encountered: