Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-notebooks/Chipotle.conversation.json
13397 views
1
[
2
{
3
"question": "See the first 10 entries",
4
"stateFile": "Chipotle1.state.json"
5
},
6
{
7
"question": "What is the number of observations in the dataset?",
8
"stateFile": "Chipotle2.state.json"
9
},
10
{
11
"question": "What is the number of columns in the dataset?",
12
"stateFile": "Chipotle3.state.json"
13
},
14
{
15
"question": "Print the name of all the columns.",
16
"stateFile": "Chipotle4.state.json"
17
},
18
{
19
"question": "How is the dataset indexed?",
20
"stateFile": "Chipotle5.state.json"
21
},
22
{
23
"question": "Which was the most-ordered item?",
24
"stateFile": "Chipotle6.state.json"
25
},
26
{
27
"question": "For the most-ordered item, how many items were ordered?",
28
"stateFile": "Chipotle7.state.json"
29
},
30
{
31
"question": "What was the most ordered item in the choice_description column?",
32
"stateFile": "Chipotle8.state.json"
33
},
34
{
35
"question": "How many items were orderd in total?",
36
"stateFile": "Chipotle9.state.json"
37
},
38
{
39
"question": "Check the item price type",
40
"stateFile": "Chipotle10.state.json"
41
},
42
{
43
"question": "Create a lambda function and change the type of item price, then print the item price type",
44
"stateFile": "Chipotle11.state.json"
45
},
46
{
47
"question": "Check the item price type?",
48
"stateFile": "Chipotle12.state.json"
49
},
50
{
51
"question": "How much was the revenue for the period in the dataset?",
52
"stateFile": "Chipotle13.state.json"
53
},
54
{
55
"question": "How many orders were made in the period?",
56
"stateFile": "Chipotle14.state.json"
57
},
58
{
59
"question": "What is the average revenue amount per order?",
60
"stateFile": "Chipotle15.state.json"
61
},
62
{
63
"question": "How many different items are sold?",
64
"stateFile": "Chipotle16.state.json"
65
}
66
]
67