Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge | Time Series Data Processing
course content

Course Content

Data Preprocessing

ChallengeChallenge

Task

Now, you know how to work with time-series data, and you are faced with the task of processing it:

  1. Convert column data type from str 'Month' to datetime.
  2. Fill NaN values using the interpolation method.
  3. Use the moving average method to remove noise from the data.

Everything was clear?

Section 4. Chapter 6
toggle bottom row
course content

Course Content

Data Preprocessing

ChallengeChallenge

Task

Now, you know how to work with time-series data, and you are faced with the task of processing it:

  1. Convert column data type from str 'Month' to datetime.
  2. Fill NaN values using the interpolation method.
  3. Use the moving average method to remove noise from the data.

Everything was clear?

Section 4. Chapter 6
toggle bottom row
some-alt