In DSWS a time series request will return the series code as the column header. Is there a way to automatically return the series name (similar to retName=True for datatypes)?
Below is an example of my request.
ds.get_data (tickers='SPXPDFU.F, SPXPDFUYR', fields=['X'], start='2000-01-01', end='2049-01-01', freq='Q')
Thanks in advance,
Alison