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.
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
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.
@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.