Simple request prints 2 warnings in console. Could you fix this? Or any workaround exists?
@Tethys
Thank you for reaching out to us.
If the returned data is correct, you can suppress these warnings by using the following code.
import warnings warnings.filterwarnings("ignore")
We don't want to ignore all the warnings.
This happens when TR.CompanyMarketCap has double value for most of the RICs, but for some of them it's empty value.
It feels like the module tries to convert all of them to double and this causes the warnings.
Got it.
I will contact the product team to investigate this issue.