Skip to content

Commit a1fe8b1

Browse files
author
Henry Webel
committed
🎨 remove "index" which create confusion
- "index" in markdown is not shown in IPython Html output: removed from markdown cell
1 parent c0c14fd commit a1fe8b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Pandas/Pandas.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
}
267267
},
268268
"source": [
269-
"| index | Name | Age | Height | LikesIceCream |\n",
269+
"| | Name | Age | Height | LikesIceCream |\n",
270270
"| :---: | :--: | :--: | :--: | :--: |\n",
271271
"| 0 | \"Nick\" | 22 | 3.4 | True |\n",
272272
"| 1 | \"Jenn\" | 55 | 1.2 | True |\n",
@@ -2159,12 +2159,12 @@
21592159
"### Exercise 1\n",
21602160
"Please recreate the table below as a Dataframe using one of the approaches detailed above:\n",
21612161
"\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 |"
21682168
]
21692169
},
21702170
{

0 commit comments

Comments
 (0)