Hello,
I would like to know how to set some parameters to "None" without it producing errors in the data request.
e.g.
df = ek.get_data(identifiers, ['TR.CapitalExpenditures','TR.CashFromOperatingAct'], {'SDate':'0CY','Period':'FY0','Scale':6, 'Curn':'USD'})[0]
If I wanted to do 'Curn': None, I get errors. Is there a way to omit certain parameters like this?
Thanks in advance!