You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

994 B

  1. This questions is validated is the output is similar to unstacked_df.head():

    Date ('Prediction', 'AAPL') ('Prediction', 'AMZN') ('Prediction', 'DAI') ('Prediction', 'FB') ('Prediction', 'GE')
    2021-01-01 00:00:00 0.382312 -0.072392 -0.551167 -0.0585555 1.05955
    2021-01-04 00:00:00 -0.560953 0.503199 -0.79517 -3.23136 1.50271
    2021-01-05 00:00:00 0.211489 1.84867 0.287906 -1.81119 1.20321
  2. The question is validated if the answer is: unstacked.plot(title = 'Stocks 2021'). The title can be anything else.