Зміст курсу
Data Preprocessing
Data Preprocessing
Challenge
Завдання
Now, you know how to work with time-series data, and you are faced with the task of processing it:
- Convert column data type from str
'Month'
to datetime. - Fill
NaN
values using the interpolation method. - Use the moving average method to remove noise from the data.
Дякуємо за ваш відгук!
Challenge
Завдання
Now, you know how to work with time-series data, and you are faced with the task of processing it:
- Convert column data type from str
'Month'
to datetime. - Fill
NaN
values using the interpolation method. - Use the moving average method to remove noise from the data.
Дякуємо за ваш відгук!
Challenge
Завдання
Now, you know how to work with time-series data, and you are faced with the task of processing it:
- Convert column data type from str
'Month'
to datetime. - Fill
NaN
values using the interpolation method. - Use the moving average method to remove noise from the data.
Дякуємо за ваш відгук!
Завдання
Now, you know how to work with time-series data, and you are faced with the task of processing it:
- Convert column data type from str
'Month'
to datetime. - Fill
NaN
values using the interpolation method. - Use the moving average method to remove noise from the data.