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
5 3 2 3

How to call pandas from the Eikon Code-book, as references to "pd." do not work?

This should be easy, I am using the Jupyter codebook in Eikon desktop. This works fine, but why can't I refer to pd when wanting to use a method from pandas?


screenshot-2023-05-11-083205.png


Normally one would expect a line like import pandas as pd at the top of a script, but it is missing. Do I still need to add that line?

eikon#technologypython apicodebookjupyter-notebook
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.

1 Answer

· Write an Answer
Upvote
Accepted
1.6k 3 2 3

@blucap ,

Can you try just import the library before you use it? i.e. add the line below at the top of your workbook.

import pandas as pd


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.