courses icon indicating copy to clipboard operation
courses copied to clipboard

Small fix in L3 Data Preparation

Open manel1874 opened this issue 2 years ago • 1 comments

Country 0's data corresponds to the first column. Therefore, we should select raw_data[: , 0] instead of raw_data[0 , :]. Otherwise, we are selecting the first month (line) of every country.

Description

Small fix.

Affected Dependencies

None.

How has this been tested?

  • Tested the notebook.

Checklist

manel1874 avatar Jul 15 '22 15:07 manel1874

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB