[SOLVED] Replace NaN in dictionary

Issue I have this code that pulls financial instruments info (ETF’s) out of an API: import xlwings as xw import requests # Open Excel file and reference ETF names and countries worksheet: excel_file = xw.Book("""FinMkt.xlsm""") wsCategparssel = excel_file.sheets["""ETFs Selec"""] #

Continue reading