Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Task: Tracking Coffee Bean Deliveries | Basics of Dataframes
Pandas: First Steps
course content

Contenido del Curso

Pandas: First Steps

Pandas: First Steps

1. Getting Started
2. Basics of Dataframes

book
Task: Tracking Coffee Bean Deliveries

Tarea

Swipe to start coding

Every morning, Café Pandasia receives fresh bags of coffee beans from different suppliers.

You’ve been asked to create a table to keep track of these daily deliveries. The data is given in the form of a 2D List called delivery_data.

  • Use the provided 2D list to create a new DataFrame (delivery_df).
  • Set the column names as: 'Bean Type', 'Quantity (kg)', and 'Origin' respectively.

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 2. Capítulo 3
toggle bottom row

book
Task: Tracking Coffee Bean Deliveries

Tarea

Swipe to start coding

Every morning, Café Pandasia receives fresh bags of coffee beans from different suppliers.

You’ve been asked to create a table to keep track of these daily deliveries. The data is given in the form of a 2D List called delivery_data.

  • Use the provided 2D list to create a new DataFrame (delivery_df).
  • Set the column names as: 'Bean Type', 'Quantity (kg)', and 'Origin' respectively.

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 2. Capítulo 3
Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
Lamentamos que algo salió mal. ¿Qué pasó?
some-alt