I have successfully installed Refinitiv Workspace, and have successfully gotten the excel add in to work. All good.
Having a problem with the python API. Can you give this to your python guys? Basically, here is the call I am doing, which is returning an error:
df, e = ek.get_data('AAPL.OQ', ['TR.Employees.fperiod', 'TR.Employees', 'TR.PartTimeEmployees', 'TR.TotAssetsEmployees', 'TR.RevenueperEmployeescalYrEnd', 'TR.ROCESmartEst'], {'Period': 'FY0', 'Frq': 'FY', 'SDate': 0, 'EDate': '-1'})
I get the following error:
AttributeError: 'DataFrame' object has no attribute 'convert_dtypes'
I am using python 3.7, and the python eikon pkg version 1.1.7.