i have been working with refinitiv customer success (tali) on three deferent data-sets, i like yo...

...ur help merging those datasets in python, or your help getting one big data set with the same data

i tried using the api to get data with no success. if its possible i'll like to send my exported excel tables, the tables i looking how to merge inti one data-set.

Best Answer

  • jason.ramchandani01
    Answer ✓

    @gal So the main ways are to use pandas' join, merge or concatenate functionality to combine datasets. Please see the reference guide here which is very complete.

    Its very easy to load files from excel using pd.read_excel("filename.xls") - you can find out more here.

    If you are having trouble with the Eikon Data API why not watch our tutorial series here.

    I hope this can help.