Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Store Revenue Analysis | Section
/
Organizing Complex Data Structures
Sección 1. Capítulo 14
single

single

bookChallenge: Store Revenue Analysis

Desliza para mostrar el menú

Tarea

Swipe to start coding

You are given a data frame store that contains information on items, their prices, and the quantities sold in a small furniture shop:

ItemPriceSold
Sofa34067
Armchair15081
Dining table11579
Bookshelf16042
Kitchen cabinet7067

Your tasks are:

  1. Add a new column named 'Revenue' with the revenue of each item (multiply 'Price' and 'Sold'). To access columns, use the $ sign.
  2. Using the sum() function, calculate the total number of items sold. Save in items_sold variable and output its value.
  3. Calculate total revenue using sum() function. Save in the total_revenue variable and output its value.
  4. Find out the average price of the sold item - divide total_revenue by items_sold.

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 14
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