Hi team, a few questions regarding DSWS:
1. Which python package is the official and will be continue supported one, DatastreamDSWS or pydatastream?
2. I tried (DatastreamDSWS) df = ds.get_data(tickers='VOD,BARC', fields=['PH','PL'], start= '-2D', retName = True) but got error below:
TypeError: get_data() got an unexpected keyword argument 'retName'
May i know the reason?
3. May I know any detailed instruction or user guide for DSWS? The ones in my.refinitiv.com or developer community seems too simple. Some questions like how to get unit/date/explanation/source/meaning of retrieved value are not mentioned in the user guide, and i don't know where to find them since it's not mentioned in navigator as well.
Thanks in advance.