Hi! I am trying to run the code described in this article to retrieve earnings calls from the Python Codebook in LSEG Workspace:
https://developers.lseg.com/en/article-catalog/article/Uncovering_Tariff_Exposure_from_Transcripts
. However when I try to import os and pysftp I get the following errors:
RefiImportError: Import 'os' is restricted.
ModuleNotFoundError: No module named 'pysftp'
Could you please advise how to solve the following errors?
Thank you in advance!