Hi Developers,
I am currently working using Anaconda and i have coded the following:
df, err = ek.get_data(['TRADRUBSOFRA'], ['ROW80_3', 'ROW80_4'])
InstrumentROW80_3ROW80_40TRADRUBSOFRAOUTRIGHT FX SWAP YIELD ...ON 82.300/82.400 -752/248 -33.0/11.27..
As you can see, the columns are all concatenated together. I require the column values to be separate, so that the values are displayed in tabular form, just like in the RIC: TRADRUBSOFRA.
Appreciate the urgent help!