Hello, tried a basic query as below and get an error saying rdp not defined. Please can you guide?
Hi @darshana.patel
Did you copy this code snippet from somewhere? Or did you copy the whole notebook? You are missing this within your sample:
import refinitiv.dataplatform as rdp
Or it is there but make sure you run the sample from the beginning.
I would suggest you look at full samples and use them to test - for example:
https://github.com/Refinitiv-API-Samples/Article.RDPLibrary.Python.Search/blob/main/Search%20-%20Filter.ipynb
Based on this and your previous question, I would recommend you work through some basic Python tutorials to get an idea of how Python works - before attempting to experiment with our examples and/or your own code.
As a Refintiv employee, you should have access to the LinkedIn courses e.g.
(30) Python: Online Courses, Training and Tutorials on LinkedIn Learning
As well as these there are several other online resources e.g.
Python Tutorial (w3schools.com)
Once you gain a basic understanding, you should find your progress with the RDP Library etc is much smoother.