Зміст курсу
Data Preprocessing
Data Preprocessing
2. Processing Quantitative Data
3. Processing Categorical Data
4. Time Series Data Processing
6. Moving on to Tasks
Challenge
Завдання
Swipe to show code editor
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.
Рішення
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 4. Розділ 6
Challenge
Завдання
Swipe to show code editor
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.
Рішення
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 4. Розділ 6
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів