The most recent content from our members.
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…
Following Classes are missing in new version: import com.reuters.rfa.session.MarketDataSubscriber; import com.reuters.rfa.session.MarketDataSubscriberInterestSpec; import com.reuters.rfa.session.event.MarketDataSvcStatus; import com.reuters.rfa.session.event.MarketDataItemEvent; import…
Hi. I am getting the following warning and wanted to bring it your attention. Will this be fixed in future iterations of the API? /Library/Python/3.7/site-packages/eikon/time_series.py:209: FutureWarning:= The pandas.np module is deprecated and will be removed from pandas in a future version. Import numpy directly instead
...y directly instead) when using Eikon Python API Hi, I see a warning when using Eikon's Python API package (eikon). The commands I ran were: * import eikon as ek * ek.set_app_key('....') * df2, err = ek.get_data(['RIC_1', 'RIC_2' ...], ['TRD_STATUS']) The warning message I see is:…
Currently using Python 3.7. I understand that cross validation has been deprecated and have tried all the other suggestions including 'from sklearn.model_selection import train_test_split'. Still no luck... Please can someone provide assistance. Thank you in advance
I have inherited some old (functional) code that uses SFCT_<n> names as typeIds in the secondary fields section, but your documentation only talks about typeids with meaningful names like DATE_OF_BIRTH_TYPE_ID. Are the old ones deprecated to be removed at some point in the future? Could you point me at documentation…
...tings? I need to retrieve information regarding delistings of RIC codes (im my case only stock symbols) in an automated fashion using Eikon's Python API. Anyone managing a portfolio fed with TR data must have a need for something like this. For instance: RIC ‘COH.N’, Coach Inc., recently changed into ‘TPR.N’, Tapestry.…
I'm doing some work to deserialize a json payload using the infrastructure util jar (infra-util-21.2.0). This has two classes: JSONHelper.class and JsonUtil.class. JSONHelper has been marked deprecated and replaced by JsonUtil however JsonUtil does not have all the methods defined to fully replace JSONHelper. Can the…
It looks like you're new here. Sign in or register to get started.