Mustufain

Results 2 issues of Mustufain

I want to compute the competness of columns based on grouped data. Is there any way how can I achieve that using GroupAnalyzer or there is some other way to...

I am trying to read tickers info using the following code: `tickers_list = ['NIO', 'PLTR', 'MSFT']` ` tickers = ' '.join(tickers_list) ` ` tickers = yf.Tickers(tickers)` ` print(tickers.tickers['NIO'].info)` I get...