Receiving "FutureWarning" when using "eikon.get_timeseries"

What is your policy re warnings.

When retrieving a eikon.time_series I get the warning "FutureWarning: The pandas.np module is deprecated and will be removed from pandas in a future version. Import numpy directly instead datapoints = pd.np.array(timeseries['dataPoints'])"

Please elaborate on your policy.

Best Answer

  • Hi,

    We plan an update or new version as soon as deprecated usage is detected.
    It seems you arn't using latest version (1.1.7).
    This deprecated usage of pandas.np is known and was removed in an earlier version.

    The warning will disappear if you upgrade your env ("pip install --upgrade eikon").

    Thank you for your interest in this API and your feedback.