intersect-community-data icon indicating copy to clipboard operation
intersect-community-data copied to clipboard

Future Warnings

Open npr99 opened this issue 7 months ago • 0 comments

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)

npr99 avatar Mar 07 '25 21:03 npr99