biothings / mydisease.info

7 stars 8 forks source link

Bug fix: Set Pandas missing values to 'None' #49

Closed ravila4 closed 1 year ago

ravila4 commented 1 year ago

There was a type error when trying to convert values of type numpy.nan to integer. Fixed this by finding empty fields with pd.isna() and setting the values to None type.