Task: Tracking Coffee Bean Deliveries
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.
Solution
Thanks for your feedback!
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Summarize this chapter
Explain the code in file
Explain why file doesn't solve the task
Awesome!
Completion rate improved to 2.7
Task: Tracking Coffee Bean Deliveries
Swipe to show menu
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.
Solution
Thanks for your feedback!
Awesome!
Completion rate improved to 2.7single