For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

i have been working with refinitiv customer success (tali) on three deferent data-sets, i like your 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.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
6.7k 8 6 7

@galk 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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea