data, err=ek.get_data(list_stocks,[ 'TR.NetProfitRepActValue(Period=FY-1,Curn=EUR)', 'TR.NetProfitRepActValue(Period=FY0,Curn=EUR)' ])
I have the following code but in data frame both coums will have the same name "Net Income Reported - Actual". I would like to customize( eg Net Income last year; Net income this year) the name already when I extract from get_data. Is that possible?