Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Plot Sales Moving Average | Automating Reports and Visual Insights
Python Automation for Reports and Visual Insights
Sección 1. Capítulo 22
single

single

bookChallenge: Plot Sales Moving Average

Desliza para mostrar el menú

Tarea

Desliza para comenzar a programar

Given a DataFrame containing columns for 'date' and 'sales', your task is to plot the original sales data and a 7-day moving average trend line on the same chart using matplotlib.

  • Calculate the 7-day moving average of the 'sales' column and store it as a new column in the DataFrame.
  • Plot the original sales values against their corresponding dates.
  • Plot the 7-day moving average values on the same chart.
  • Add axis labels and a title to the chart.
  • Add a legend to distinguish between the original sales and the moving average.

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 22
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt