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)
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
Hi Rajya,
I was thinking of the sam idea
However, is there any way you know to do this without a for loop?