Last answered:

10 May 2023

Posted on:

26 Sept 2021

0

Filling missing values in case of the market index data

Hello,
Not a question. Tried a different way of filling up missing values.
 https://learn.365datascience.com/courses/time-series-analysis-in-python/filling-missing-values/
Module4, Time Series, Filling missing values.
The instructor suggested we could use ffil, bfill or column mean() to fill nikkei.

I took the mean of ffil and bfill  and filled the nikkei market index values.

Regards

2 answers ( 0 marked as helpful)
Instructor
Posted on:

20 Oct 2021

0

Hi Rajya,
thanks for reaching out and for the suggestion, it's great to have feedback and also learn from our students :)

Best,
365 Eli

Posted on:

10 May 2023

0

Hi Rajya,


I was thinking of the sam idea

However, is there any way you know to do this without a for loop?

Submit an answer