Trying to pull data by Worksapce API (LSEG Data Libarry, desktop session) returns "Company Common Name", instead of "Toyota Motor Corp" by
rics = ['7203.T']
fields = ['TR.CommonName']
df, err = ld.get_data(universe=rics, fields=fields)
lseg-data version is 2.1.1
python code, log file and result screenshot is as attached.
Please advise what is wroing.