File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 266
266
}
267
267
},
268
268
"source" : [
269
- " | index | Name | Age | Height | LikesIceCream |\n " ,
269
+ " | | Name | Age | Height | LikesIceCream |\n " ,
270
270
" | :---: | :--: | :--: | :--: | :--: |\n " ,
271
271
" | 0 | \" Nick\" | 22 | 3.4 | True |\n " ,
272
272
" | 1 | \" Jenn\" | 55 | 1.2 | True |\n " ,
2159
2159
" ### Exercise 1\n " ,
2160
2160
" Please recreate the table below as a Dataframe using one of the approaches detailed above:\n " ,
2161
2161
" \n " ,
2162
- " index | Year | Product | Cost |\n " ,
2163
- " ---| :--: | :----: | :--: |\n " ,
2164
- " 0 | 2015 | Apples | 0.35 |\n " ,
2165
- " 1 | 2016 | Apples | 0.45 |\n " ,
2166
- " 2 | 2015 | Bananas | 0.75 |\n " ,
2167
- " 3 | 2016 | Bananas | 1.10 |"
2162
+ " | | Year | Product | Cost |\n " ,
2163
+ " | ---| :--: | :----: | :--: |\n " ,
2164
+ " | 0 | 2015 | Apples | 0.35 |\n " ,
2165
+ " | 1 | 2016 | Apples | 0.45 |\n " ,
2166
+ " | 2 | 2015 | Bananas | 0.75 |\n " ,
2167
+ " | 3 | 2016 | Bananas | 1.10 |"
2168
2168
]
2169
2169
},
2170
2170
{
You can’t perform that action at this time.
0 commit comments