intersect-community-data
intersect-community-data copied to clipboard
Future Warnings
c:\Users\nathanael99\MyProjects\GitHub\intersect-community-data\pyncoda\ncoda_07a_generate_hui.py:170: FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead. hui_incore_df_fixed = hui_incore_df.applymap(lambda cell: int(cell) if str(cell).endswith('.0') else cell)