Skip to content

Commit b9e0ecc

Browse files
committed
03-index-slice-subset.md: Fix code blocks and blockquotes
Signed-off-by: Maxim Belkin <[email protected]>
1 parent 92086c7 commit b9e0ecc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/03-index-slice-subset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ which gives the **output**
279279
1 7 16 1977
280280
2 7 16 1977
281281
~~~
282-
>> {: .output}
282+
{: .output}
283283
284284
Notice that we asked for a slice from 0:3. This yielded 3 rows of data. When you
285285
ask for 0:3, you are actually telling Python to start at index 0 and select rows
@@ -328,7 +328,7 @@ gives the **output**
328328
~~~
329329
'F'
330330
~~~
331-
>> {: .output}
331+
{: .output}
332332
333333
Remember that Python indexing begins at 0. So, the index location [2, 6]
334334
selects the element that is 3 rows down and 7 columns over in the DataFrame.

0 commit comments

Comments
 (0)