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
It looks like appending data from a dataframe with inf values may fail silently, even though the result and messages['status'] are True and 'Completed', respectively. May be an arcgis api bug, and/or we may need to check for np.inf in float columns.
This first arose from a calculation that resulted in a some_other_number/np.nan division
The text was updated successfully, but these errors were encountered:
It looks like appending data from a dataframe with
inf
values may fail silently, even though theresult
andmessages['status']
areTrue
and'Completed'
, respectively. May be an arcgis api bug, and/or we may need to check for np.inf in float columns.This first arose from a calculation that resulted in a some_other_number/np.nan division
The text was updated successfully, but these errors were encountered: