Task: Creating a Table of Popular Coffee Drinks
Swipe to start coding
The manager of Café Pandasia wants to organize a simple menu of their most popular coffee drinks, including each drink’s price and country of origin.
They’ve handed you the following data in table form:
☕ Coffee | 💲 Price | 🌍 Origin |
---|---|---|
Espresso | 2.5 | Italy |
Latte | 3.5 | France |
Cappuccino | 3.0 | Italy |
Complete the code to create a DataFrame which contains the given data.
Note
Use the Dictionary of Lists format for representing the data.
Solução
Obrigado pelo seu feedback!
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Resumir este capítulo
Explicar o código em file
Explicar por que file não resolve a tarefa
Awesome!
Completion rate improved to 2.7
Task: Creating a Table of Popular Coffee Drinks
Deslize para mostrar o menu
Swipe to start coding
The manager of Café Pandasia wants to organize a simple menu of their most popular coffee drinks, including each drink’s price and country of origin.
They’ve handed you the following data in table form:
☕ Coffee | 💲 Price | 🌍 Origin |
---|---|---|
Espresso | 2.5 | Italy |
Latte | 3.5 | France |
Cappuccino | 3.0 | Italy |
Complete the code to create a DataFrame which contains the given data.
Note
Use the Dictionary of Lists format for representing the data.
Solução
Obrigado pelo seu feedback!
Awesome!
Completion rate improved to 2.7single