Assume we download the stock price of Tesla using the comman…
Assume we download the stock price of Tesla using the command startdate = ‘2019-01-01’ enddate = ‘2021-01-01’ tesla = web.get_data_yahoo(“TSLA”, startdate, enddate)tesla Date Open High Low Close Adj Close Volume 2019-01-02 61.220001 63.026001 59.759998 62.023998 62.023998 58293000 2019-01-03 61.400002 61.880001 59.476002 60.071999 60.071999 34826000 2019-01-04 61.200001 63.599998 60.546001 63.537998 63.537998 36970500 2019-01-07 64.344002 67.348000 63.549999 66.991997 66.991997 37756000 2019-01-08 68.391998 68.802002 65.403999 67.070000 67.070000 35042500 Which of the following commands is a valid command to select the “Adj Close” column?