Upgrade from Eikon -> Workspace. Learn about programming differences.

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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
16 2 5 9

Future Depreciation pandas : FutureWarning when using get_timeseries with normalize=True

Hi team,

When using the method get_timeseries with normalize=True, a waning is raised with the following message :

FutureWarning: Could not cast to float64, falling back to object. This behavior is deprecated. In a future version, when a dtype is passed to 'DataFrame', either all columns will be cast to that dtype, or a TypeError will be raised.

df = pd.DataFrame(dict(Date=timestamp_column, Security=symbol_column,


Do you intend to fix this for the next release ?


To reproduce the error (eikon package version 1.1.14):

import eikon as ek
import datetime

date_format = "%Y%m%d"
start_date = datetime.datetime.strptime("20220413", date_format)
end_date = datetime.datetime.strptime("20220415", date_format) 
 
ek.set_app_key(API_KEY)
ek.get_timeseries(["IBM"],
                  ["OPEN", "CLOSE"], 
                  start_date, end_date, raw_output= False, normalize= True)


Thank you

eikon-data-apipandasdeprecated
icon clock
10 |1500

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

Hi @guillaume.lefur,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.


Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

Upvotes
Accepted
25.3k 87 12 25

Hi @guillaume.lefur

Regarding the migration from the Eikon Data API to the RD Lib, the following is the most recent statement from the RD Library team:
We have started promoting the new RD Library by exposing it more via CodeBook examples, GitHub examples and the Refinitiv Dev Community. After the official release (i.e. not Beta), we will continue to promote the RD Library.

However, there is no deprecation date defined yet for the Eikon Data API. The Eikon Data API and the RDP library will continue to be supported and will be available in CodeBook and on PyPi for a while. We will continue to add new features regularly to the RD Library - which should encourage customers to migrate from the Eikon Data API. Once, a significant number of customers have migrated from EDAPI to the RD Lib and once we get enough feedback, we will define a deprecation date.

I hope that helps.

In terms of your original issue, we can report this to the Eikon Data API team.

icon clock
10 |1500

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

Upvotes
5.7k 21 2 6

Hi @guillaume.lefur ,


Please use the latest version of our Python Library, the Refinitiv Data Library (RD). This is up to date and allows you access to the 'get_data' function with similar arguments as the EDAPI one, allowing for minimal code change when updating library.

icon clock
10 |1500

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

Upvotes
16 2 5 9

Hi,

Thanks for the quick response. But since your new package is tagged as a beta, we can't afford to use it.

1650622259956.png

But does it mean that you intend to abandon the eikon package ?


Thanks


1650622259956.png (6.0 KiB)
icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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